2018-07-21 10:26:01 -05:00
|
|
|
{
|
|
|
|
"name": "HaydenPierce/testApp",
|
|
|
|
"type": "project",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Hayden Pierce",
|
|
|
|
"email": "hayden@haydenpierce.com"
|
|
|
|
}
|
|
|
|
],
|
2018-08-04 14:41:48 -05:00
|
|
|
"require-dev": {
|
2018-09-03 16:18:49 -05:00
|
|
|
"phpunit/phpunit": "4.8.36",
|
2018-08-31 21:17:04 -05:00
|
|
|
"haydenpierce/class-finder": "0.0.1",
|
2018-09-11 20:21:55 -05:00
|
|
|
"haydenpierce/sandbox-app":"0.2.0"
|
2018-07-21 16:36:21 -05:00
|
|
|
},
|
2018-07-21 10:26:01 -05:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-09-02 10:31:45 -05:00
|
|
|
"TestApp1\\": "src/",
|
|
|
|
"TestApp1\\Multi\\": [ "multi/Jik/", "multi/Jiu/" ]
|
2018-09-08 14:48:10 -05:00
|
|
|
},
|
2018-09-29 13:27:19 -05:00
|
|
|
"classmap": ["classmap/woc/", "classmap/wop/", "classmap/woj/" ],
|
|
|
|
"files": ["files/files1.php", "files/files2.php", "files/more_files/Boom.php" ]
|
2018-07-21 10:26:01 -05:00
|
|
|
}
|
|
|
|
}
|