1
0
mirror of https://github.com/danog/class-finder.git synced 2024-11-27 04:24:41 +01:00
class-finder/composer.json

21 lines
400 B
JSON
Raw Normal View History

{
"name": "hpierce1102/class-finder",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Hayden Pierce",
"email": "hayden@haydenpierce.com"
}
],
2018-07-21 17:26:01 +02:00
"require": {},
"require-dev": {
"phpunit/phpunit": "6.5"
},
"autoload": {
"psr-4": {
"HaydenPierce\\ClassFinder\\": "src/"
}
}
}