Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

added zendframework/zend-resources to the global composer.json #4692

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"zendframework/zend-permissions-acl": "self.version",
"zendframework/zend-permissions-rbac": "self.version",
"zendframework/zend-progressbar": "self.version",
"zendframework/zend-resources": "self.version",
"zendframework/zend-serializer": "self.version",
"zendframework/zend-server": "self.version",
"zendframework/zend-servicemanager": "self.version",
Expand Down
3 changes: 2 additions & 1 deletion library/Zend/Captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"zendframework/zendservice-recaptcha": "*"
},
"suggest": {
"zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component"
"zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component",
"zendframework/zend-resources": "Translations of captcha messages"
},
"extra": {
"branch-alias": {
Expand Down
3 changes: 2 additions & 1 deletion library/Zend/I18n/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"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-view": "You should install this package to use the provided view helpers",
"zendframework/zend-resources": "Translation resources"
},
"extra": {
"branch-alias": {
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Validator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"zendframework/zend-db": "Zend\\Db component",
"zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
"zendframework/zend-math": "Zend\\Math component",
"zendframework/zend-resources": "Translations of validator messages",
"zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains"
},
"extra": {
Expand Down