25 lines
540 B
JSON
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
|
|
}
|
|
}
|
|
}
|