nativegallery/composer.json
themohooks 24b3ef9726 fix
2024-10-03 21:34:50 +03:00

25 lines
611 B
JSON

{
"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",
"symfony/yaml": "^7.1",
"donatj/phpuseragentparser": "^1.8",
"php-ffmpeg/php-ffmpeg": "^1.2",
"chriskonnertz/bbcode": "^1.1",
"paquettg/php-html-parser": "^2.2"
}
}