mirror of
https://github.com/danog/class-finder.git
synced 2024-11-26 12:04:42 +01:00
31 lines
745 B
JSON
31 lines
745 B
JSON
{
|
|
"name": "danog/class-finder",
|
|
"description": "Fork of haydenpierce/class-finder with support for traits, interfaces and functions",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Hayden Pierce",
|
|
"email": "hayden@haydenpierce.com"
|
|
},
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.36",
|
|
"mikey179/vfsstream": "^1.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"danog\\ClassFinder\\": "src/",
|
|
"danog\\ClassFinder\\UnitTest\\": "test/unit"
|
|
}
|
|
}
|
|
}
|