wishthis/vendor/grandel/include-directory/composer.json
2022-01-13 13:48:28 +01:00

21 lines
469 B
JSON

{
"name": "grandel/include-directory",
"description": "Automatically include all files in a given directory.",
"type": "library",
"license": "AGPL-3.0-or-later",
"autoload": {
"psr-4": {
"Grandel\\": "src/"
}
},
"authors": [
{
"name": "Jay Trees",
"email": "github.jay@grandel.anonaddy.me"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.4"
}
}