Skip to content

Commit

Permalink
[zend-layout] update zend-layout deps according to usage (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg authored Feb 25, 2024
1 parent 6bc28a6 commit 3e244f5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/zend-layout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.15.3"
"zf1s/zend-controller": "^1.15.3",
"zf1s/zend-exception": "^1.15.3",
"zf1s/zend-filter": "^1.15.3",
"zf1s/zend-loader": "^1.15.3",
"zf1s/zend-view": "^1.15.3"
},
"autoload": {
"psr-0": {
"Zend_Layout": "library/"
}
},
"suggest": {
"zf1s/zend-controller": "Used in special situations or with special adapters",
"zf1s/zend-filter": "Used in special situations or with special adapters",
"zf1s/zend-loader": "Used in special situations or with special adapters",
"zf1s/zend-view": "Used in special situations or with special adapters"
"zf1s/zend-config": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-layout": "^1.12"
Expand Down

0 comments on commit 3e244f5

Please sign in to comment.