mirror of
https://github.com/danog/class-finder.git
synced 2024-11-26 20:14:59 +01:00
28 lines
677 B
JSON
28 lines
677 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.1",
|
|
"authors": [
|
|
{
|
|
"name": "Hayden Pierce",
|
|
"email": "hayden@haydenpierce.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.36",
|
|
"mikey179/vfsStream": "^1.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HaydenPierce\\ClassFinder\\": "src/",
|
|
"HaydenPierce\\ClassFinder\\UnitTest\\": "test/unit"
|
|
}
|
|
}
|
|
}
|