bucket-serve/composer.json
2024-06-29 21:15:01 +02:00

25 lines
540 B
JSON

{
"name": "techinc/bucket-serve",
"type": "project",
"require": {
"php": ">=8.3",
"league/flysystem-aws-s3-v3": "^3.28",
"vlucas/phpdotenv": "^5.6"
},
"require-dev": {
"kint-php/kint": "^5.1"
},
"license": "GPLv3",
"authors": [
{
"name": "Matthew Baggett",
"email": "matthew@baggett.me"
}
],
"config": {
"sort-packages": true,
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}