wishthis/vendor/grandel/include-directory/composer.json

22 lines
469 B
JSON
Raw Normal View History

2022-01-13 12:48:28 +00:00
{
"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"
}
}