1
0
mirror of https://github.com/danog/class-finder.git synced 2024-12-02 17:37:57 +01:00
class-finder/test/app1/composer.json
2018-07-21 16:36:21 -05:00

20 lines
300 B
JSON

{
"name": "HaydenPierce/testApp",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Hayden Pierce",
"email": "hayden@haydenpierce.com"
}
],
"require": {
"phpunit/phpunit": "6.5"
},
"autoload": {
"psr-4": {
"TestApp1\\": "src/"
}
}
}