wp-73k/vendor/a7/autoload/composer.json
2019-10-24 21:06:18 -06:00

20 lines
366 B
JSON

{
"name": "a7/autoload",
"description": "Automatically and recursively require_once all php files in a given directory.",
"type": "library",
"license": "Unlicense",
"authors": [
{
"name": "A7",
"email": "a7@fastmail.com",
"homepage": "https://github.com/a7"
}
],
"require": {
"php": ">=7.0"
},
"autoload": {
"files": [ "package.php" ]
}
}