mirror of
https://github.com/danog/class-finder.git
synced 2024-12-02 17:37:57 +01:00
18 lines
268 B
JSON
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/"
|
||
|
}
|
||
|
}
|
||
|
}
|