{
	"name": "icanboogie/inflector",
	"type": "library",
	"description": "Multilingual inflector that transforms words from singular to plural, underscore to camel case, and more.",
	"keywords": [ "inflect", "pluralize", "singularize", "camelize", "underscore", "hyphenate", "multilingual" ],
	"homepage": "http://icanboogie.org/",
	"license": "BSD-3-Clause",
	"authors": [
		{
			"name": "Olivier Laviale",
			"email": "olivier.laviale@gmail.com",
			"homepage": "http://www.weirdog.com/",
			"role" : "Developer"
		}
	],
	"support": {
		"issues": "https://github.com/ICanBoogie/Inflector/issues",
		"source": "https://github.com/ICanBoogie/Inflector"
	},
    "config": {
        "sort-packages": true
    },
	"require": {
		"php": ">=7.1",
		"ext-mbstring": "*"
	},
    "require-dev": {
		"icanboogie/common": "^2.0",
		"phpstan/phpstan": "^0.12.92",
		"phpunit/phpunit": "^7.5"
	},
    "conflict": {
        "icanboogie/common": "<2.0"
    },
	"autoload": {
		"psr-4": {
            "ICanBoogie\\": "lib/"
        },
		"files": [ "lib/helpers.php" ]
	},
    "autoload-dev": {
        "psr-4": {
            "Tests\\ICanBoogie\\": "tests"
        }
    }
}
