{
"name": "zendframework/zend-i18n",
"description": " ",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"i18n"
],
"autoload": {
"psr-0": {
"Zend\\I18n\\": ""
}
},
"target-dir": "Zend/I18n",
"require": {
"php": ">=5.3.3",
"zendframework/zend-stdlib": "self.version"
},
"suggest": {
"ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
"zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
"zendframework/zend-filter": "You should install this package to use the provided filters",
"zendframework/zend-validator": "You should install this package to use the provided validators",
"zendframework/zend-view": "You should install this package to use the provided view helpers",
"zendframework/zend-resources": "Translation resources"
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev",
"dev-develop": "2.3-dev"
}
}
}