Added composer.json

This commit is contained in:
Ilyas Salikhov 2017-05-12 18:37:03 +03:00
parent 3feeb5bb32
commit 07f4464726

15
composer.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "muxx/name-case-lib",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Andriy Chaika",
"email": "andriy@chaika.in.ua"
}
],
"require": {},
"autoload": {
"classmap": ["Library/"]
}
}