mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
22 lines
486 B
JSON
22 lines
486 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"
|
|
}
|
|
}
|