diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..feff625 --- /dev/null +++ b/composer.json @@ -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/"] + } +}