| Current Path : /var/www/html/learn/vendor/codemix/yii2-localeurls/ |
| Current File : /var/www/html/learn/vendor/codemix/yii2-localeurls/composer.json |
{
"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\\": ""
}
}
}