mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"name": "zendframework/zend-i18n",
|
|
"description": " ",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"zf2",
|
|
"i18n"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zf2",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\I18n\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.23",
|
|
"zendframework/zend-stdlib": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"zendframework/zend-cache": "self.version",
|
|
"zendframework/zend-config": "self.version",
|
|
"zendframework/zend-eventmanager": "self.version",
|
|
"zendframework/zend-filter": "self.version",
|
|
"zendframework/zend-servicemanager": "self.version",
|
|
"zendframework/zend-validator": "self.version",
|
|
"zendframework/zend-view": "self.version"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
|
|
"zendframework/zend-cache": "Zend\\Cache component",
|
|
"zendframework/zend-config": "Zend\\Config component",
|
|
"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-servicemanager": "Zend\\ServiceManager component",
|
|
"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.4-dev",
|
|
"dev-develop": "2.5-dev"
|
|
}
|
|
}
|
|
}
|