website/composer.json

12 lines
207 B
JSON
Raw Permalink Normal View History

2021-05-13 22:32:19 +02:00
{
"require": {
"aws/aws-sdk-php": "^3.181",
2022-03-08 09:54:38 +01:00
"guzzlehttp/guzzle": "^7.0",
"webonyx/graphql-php": "^14.11"
2021-10-30 08:41:10 +02:00
},
"config": {
"vendor-dir": "public/API/vendor"
2021-05-13 22:32:19 +02:00
}
2021-10-30 08:41:10 +02:00
2021-05-13 22:32:19 +02:00
}