mirror of
https://github.com/manualdousuario/marreta.git
synced 2026-05-02 05:20:22 +00:00
11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"require": {
|
|
"vlucas/phpdotenv": "^5.6.1",
|
|
"aws/aws-sdk-php": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Inc\\": "inc/"
|
|
}
|
|
}
|
|
}
|