Skip to content

Commit

Permalink
[zend-controller] update zend-controller deps according to usage (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg authored Feb 25, 2024
1 parent 3799d28 commit 0e76983
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/zend-controller/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@
"zf1s/zend-loader": "^1.15.3",
"zf1s/zend-registry": "^1.15.3",
"zf1s/zend-uri": "^1.15.3",
"zf1s/zend-view": "^1.15.3",
"zf1s/zend-xml": "^1.15.3"
"zf1s/zend-view": "^1.15.3"
},
"autoload": {
"psr-0": {
"Zend_Controller": "library/"
}
},
"suggest": {
"zf1s/zend-cache": "Used in special situations or with special adapters",
"zf1s/zend-dojo": "Used in special situations or with special adapters",
"zf1s/zend-json": "Used in special situations or with special adapters",
"zf1s/zend-layout": "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-session": "Used in special situations or with special adapters",
"zf1s/zend-translate": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-controller": "^1.12"
Expand Down

0 comments on commit 0e76983

Please sign in to comment.