21 lines
469 B
JSON
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"
|
|
}
|
|
}
|