nativegallery-weryskok/composer.json

24 lines
527 B
JSON
Raw Normal View History

2024-07-04 12:04:41 +03:00
{
"name": "mohooks/nativegallery",
"type": "project",
"license": "GPL-3.0",
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"authors": [
{
"name": "themohooks",
"email": "81331307+themohooks@users.noreply.github.com"
}
],
"require": {
"aws/aws-sdk-php": "^3.315",
"tracy/tracy": "^2.10",
2024-07-04 12:50:26 +03:00
"symfony/yaml": "^7.1",
2024-07-21 02:22:08 +03:00
"donatj/phpuseragentparser": "^1.8",
"php-ffmpeg/php-ffmpeg": "^1.2"
2024-07-04 12:04:41 +03:00
}
}