{
    "name": "codemix/yii2-localeurls",
    "description": "Automatic locale/language management for URLs.",
    "keywords": ["yii2", "i18n", "locale"],
    "type": "yii2-extension",
    "license": "MIT",
    "authors": [
        {
            "name": "Michael Härtl",
            "email": "haertl.mike@gmail.com"
        }
    ],
    "require": {
      "yiisoft/yii2": "*"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ],
    "autoload": {
        "psr-4": {
            "codemix\\localeurls\\": ""
        }
    }
}
