NameCaseLib/composer.json

16 lines
283 B
JSON
Raw Permalink Normal View History

2017-05-12 18:37:03 +03:00
{
"name": "muxx/name-case-lib",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Andriy Chaika",
"email": "andriy@chaika.in.ua"
}
],
"require": {},
"autoload": {
"classmap": ["Library/"]
}
}