website/composer.json
2022-03-08 09:54:38 +01:00

12 lines
207 B
JSON

{
"require": {
"aws/aws-sdk-php": "^3.181",
"guzzlehttp/guzzle": "^7.0",
"webonyx/graphql-php": "^14.11"
},
"config": {
"vendor-dir": "public/API/vendor"
}
}