Path : /var/www/html/solarwindia/vendor/mmucklo/inflect/ |
Current File : /var/www/html/solarwindia/vendor/mmucklo/inflect/composer.json |
{ "name": "mmucklo/inflect", "type": "library", "description": "inflect - a memoizing inflector for php", "license": "MIT", "keywords": ["singularize", "pluralize", "inflect", "inflector", "urlify"], "authors": [ { "name": "Matthew J. Mucklo", "email": "[email protected]" }, { "name": "Sho Kuwamoto", "email": "[email protected]" } ], "require-dev": { "phpunit/phpunit": "3.7.*" }, "require": { "php": ">=5.3.17" }, "autoload": { "psr-0": { "Inflect": "src/" } } }