2018-07-21 17:26:01 +02:00
|
|
|
{
|
|
|
|
"name": "HaydenPierce/testApp",
|
|
|
|
"type": "project",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Hayden Pierce",
|
|
|
|
"email": "hayden@haydenpierce.com"
|
|
|
|
}
|
|
|
|
],
|
2018-08-04 21:41:48 +02:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "6.5",
|
2018-09-01 04:17:04 +02:00
|
|
|
"haydenpierce/class-finder": "0.0.1",
|
2018-09-02 17:04:16 +02:00
|
|
|
"haydenpierce/sandbox-app":"0.1.2"
|
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-07-21 17:26:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|