2018-07-14 15:27:13 +02:00
|
|
|
{
|
2020-10-11 18:01:41 +02:00
|
|
|
"name": "danog/class-finder",
|
2020-10-11 18:30:05 +02:00
|
|
|
"description": "Fork of haydenpierce/class-finder with support for traits and interfaces",
|
2018-07-14 15:27:13 +02:00
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
2020-10-11 18:30:05 +02:00
|
|
|
"version": "0.4.3",
|
2018-07-14 15:27:13 +02:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Hayden Pierce",
|
|
|
|
"email": "hayden@haydenpierce.com"
|
2020-10-11 18:01:41 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniil Gentili",
|
|
|
|
"email": "daniil@daniil.it"
|
2018-07-14 15:27:13 +02:00
|
|
|
}
|
|
|
|
],
|
2018-09-03 23:51:23 +02:00
|
|
|
"require": {
|
2018-09-06 01:31:15 +02:00
|
|
|
"php": ">=5.3",
|
2018-09-03 23:51:23 +02:00
|
|
|
"ext-json": "*"
|
|
|
|
},
|
2018-07-21 17:26:01 +02:00
|
|
|
"require-dev": {
|
2018-09-09 19:47:24 +02:00
|
|
|
"phpunit/phpunit": "4.8.36",
|
|
|
|
"mikey179/vfsStream": "^1.6"
|
2018-07-21 17:26:01 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-10-11 18:01:41 +02:00
|
|
|
"danog\\ClassFinder\\": "src/",
|
|
|
|
"danog\\ClassFinder\\UnitTest\\": "test/unit"
|
2018-07-21 17:26:01 +02:00
|
|
|
}
|
|
|
|
}
|
2018-07-14 15:27:13 +02:00
|
|
|
}
|