Skip to content

Commit

Permalink
[zend-application] update zend-application deps according to usage (#185
Browse files Browse the repository at this point in the history
)
  • Loading branch information
smhg authored Feb 25, 2024
1 parent fe188fc commit 78bcfa9
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions packages/zend-application/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-config": "^1.15.3",
"zf1s/zend-controller": "^1.15.3",
"zf1s/zend-exception": "^1.15.3",
"zf1s/zend-controller": "^1.15.3"
"zf1s/zend-loader": "^1.15.3",
"zf1s/zend-registry": "^1.15.3"
},
"autoload": {
"psr-0": {
Expand All @@ -16,7 +19,18 @@
},
"suggest": {
"ext-date": "Used in special situations or with special adapters",
"zf1s/zend-config": "Used in special situations or with special adapters"
"zf1s/zend-cache": "Used in special situations or with special adapters",
"zf1s/zend-db": "Used in special situations or with special adapters",
"zf1s/zend-dojo": "Used in special situations or with special adapters",
"zf1s/zend-http": "Used in special situations or with special adapters",
"zf1s/zend-layout": "Used in special situations or with special adapters",
"zf1s/zend-locale": "Used in special situations or with special adapters",
"zf1s/zend-log": "Used in special situations or with special adapters",
"zf1s/zend-mail": "Used in special situations or with special adapters",
"zf1s/zend-navigation": "Used in special situations or with special adapters",
"zf1s/zend-session": "Used in special situations or with special adapters",
"zf1s/zend-translate": "Used in special situations or with special adapters",
"zf1s/zend-view": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-application": "^1.12"
Expand Down

0 comments on commit 78bcfa9

Please sign in to comment.