1
0
mirror of https://github.com/danog/class-finder.git synced 2024-12-03 09:57:46 +01:00
class-finder/test/app1/composer.json

25 lines
596 B
JSON
Raw Normal View History

2018-07-21 17:26:01 +02:00
{
2020-10-11 18:24:12 +02:00
"name": "danog/testApp",
2018-07-21 17:26:01 +02:00
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Hayden Pierce",
"email": "hayden@haydenpierce.com"
}
],
"require-dev": {
"phpunit/phpunit": "4.8.36",
2018-09-01 04:17:04 +02:00
"haydenpierce/class-finder": "0.0.1",
"haydenpierce/sandbox-app":"0.3.0"
},
2018-07-21 17:26:01 +02:00
"autoload": {
"psr-4": {
"TestApp1\\": "src/",
"TestApp1\\Multi\\": [ "multi/Jik/", "multi/Jiu/" ]
2018-09-08 21:48:10 +02:00
},
2018-09-29 20:27:19 +02:00
"classmap": ["classmap/woc/", "classmap/wop/", "classmap/woj/" ],
"files": ["files/files1.php", "files/files2.php", "files/more_files/Boom.php" ]
2018-07-21 17:26:01 +02:00
}
}