2021-07-26 19:46:18 +02:00

28 lines
675 B
JSON

{
"name": "haydenpierce/class-finder",
"description" : "A library that can provide of a list of classes in a given namespace",
"type": "library",
"license": "MIT",
"version": "0.4.3",
"authors": [
{
"name": "Hayden Pierce",
"email": "hayden@haydenpierce.com"
}
],
"require": {
"php": ">=5.3",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
"mikey179/vfsstream": "^1.6"
},
"autoload": {
"psr-4": {
"HaydenPierce\\ClassFinder\\": "src/",
"HaydenPierce\\ClassFinder\\UnitTest\\": "test/unit"
}
}
}