🔥 Replace all other files with 💀

This commit is contained in:
Dan Jones 2022-08-21 15:37:37 -05:00
commit d187e02d24
124 changed files with 345 additions and 8227 deletions

View file

@ -1,8 +1,8 @@
{
"name": "php-ffmpeg/php-ffmpeg",
"type": "library",
"description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
"name": "danjones000/ffmpeg-mappable-media",
"description": "This is my package ffmpeg-mappable-media",
"keywords": [
"danjones000",
"video processing",
"video",
"audio processing",
@ -12,64 +12,46 @@
"avprobe",
"ffprobe"
],
"homepage": "https://codeberg.org/danjones000/ffmpeg-mappable-media",
"license": "MIT",
"authors": [
{
"name": "Romain Neutron",
"email": "imprec@gmail.com",
"homepage": "http://www.lickmychip.com/"
},
{
"name": "Phraseanet Team",
"email": "info@alchemy.fr",
"homepage": "http://www.phraseanet.com/"
},
{
"name": "Patrik Karisch",
"email": "patrik@karisch.guru",
"homepage": "http://www.karisch.guru"
},
{
"name": "Romain Biard",
"email": "romain.biard@gmail.com",
"homepage": "https://www.strime.io/"
},
{
"name": "Jens Hausdorf",
"email": "hello@jens-hausdorf.de",
"homepage": "https://jens-hausdorf.de"
},
{
"name": "Pascal Baljet",
"email": "pascal@protone.media",
"homepage": "https://protone.media"
"name": "Dan Jones",
"email": "danjones@goodevilgenius.org",
"role": "Developer",
"homepage": "https://goodevilgenius.org"
}
],
"require": {
"php": "^8.0 || ^8.1",
"evenement/evenement": "^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"spatie/temporary-directory": "^2.0",
"symfony/process": "^5.4 || ^6.0",
"symfony/cache": "^5.4 || ^6.0"
},
"suggest": {
"php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
"php": "^8.0",
"php-ffmpeg/php-ffmpeg": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10",
"mockery/mockery": "^1.5"
"friendsofphp/php-cs-fixer": "^3.0",
"pestphp/pest": "^1.20",
"spatie/ray": "^1.28"
},
"autoload": {
"psr-4": {
"FFMpeg\\": "src/FFMpeg",
"Alchemy\\BinaryDriver\\": "src/Alchemy/BinaryDriver"
"Danjones\\FFMpeg\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Alchemy\\Tests\\BinaryDriver\\": "tests/Alchemy/BinaryDriver",
"Tests\\FFMpeg\\": "tests/FFMpeg"
"Danjones\\FFMpeg\\Tests\\": "tests"
}
}
},
"scripts": {
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}