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 10:26:01 -05:00

18 lines
268 B
JSON

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