mirror of
https://github.com/manualdousuario/marreta.git
synced 2026-04-30 04:20:23 +00:00
14 lines
314 B
JSON
14 lines
314 B
JSON
{
|
|
"require": {
|
|
"vlucas/phpdotenv": "^5.6.1",
|
|
"aws/aws-sdk-php": "^3.0",
|
|
"php-curl-class/php-curl-class": "^11.0",
|
|
"php-webdriver/webdriver": "^1.15",
|
|
"codex-team/hawk.php": "^2.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Inc\\": "inc/"
|
|
}
|
|
}
|
|
}
|