nativegallery/composer.json
2025-05-25 15:05:06 +03:00

36 lines
984 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",
"phpmailer/phpmailer": "^6.9",
"beeyev/disposable-email-filter-php": "^1.3",
"symfony/console": "^7.2",
"ratchet/pawl": "^0.4.3",
"ratchetio/ratchetio": "^0.4.1",
"cboden/ratchet": "0.4.4",
"defuse/php-encryption": "^2.4",
"symfony/process": "^7.2"
},
"require-dev": {
"phpstan/phpstan": "*"
}
}