mirror of
https://github.com/danog/class-finder.git
synced 2024-12-02 17:37:57 +01:00
22 lines
386 B
JSON
22 lines
386 B
JSON
{
|
|
"name": "HaydenPierce/testApp",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Hayden Pierce",
|
|
"email": "hayden@haydenpierce.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "6.5",
|
|
"haydenpierce/class-finder": "0.0.1",
|
|
"haydenpierce/sandbox-app":"0.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TestApp1\\": "src/"
|
|
}
|
|
}
|
|
}
|