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"
|
|
|
|
}
|
|
|
|
],
|
2018-08-04 21:41:48 +02:00
|
|
|
"require-dev": {
|
2018-09-03 23:18:49 +02:00
|
|
|
"phpunit/phpunit": "4.8.36",
|
2018-09-01 04:17:04 +02:00
|
|
|
"haydenpierce/class-finder": "0.0.1",
|
2018-11-24 17:52:01 +01:00
|
|
|
"haydenpierce/sandbox-app":"0.3.0"
|
2018-07-21 23:36:21 +02:00
|
|
|
},
|
2018-07-21 17:26:01 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-09-02 17:31:45 +02:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|