mirror of
https://github.com/danog/class-finder.git
synced 2024-12-02 17:37:57 +01:00
24 lines
518 B
JSON
24 lines
518 B
JSON
{
|
|
"name": "HaydenPierce/testApp",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Hayden Pierce",
|
|
"email": "hayden@haydenpierce.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.36",
|
|
"haydenpierce/class-finder": "0.0.1",
|
|
"haydenpierce/sandbox-app":"0.2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TestApp1\\": "src/",
|
|
"TestApp1\\Multi\\": [ "multi/Jik/", "multi/Jiu/" ]
|
|
},
|
|
"classmap": ["classmap/woc/", "classmap/wop/", "classmap/woj/" ]
|
|
}
|
|
}
|