Skip to content

Commit

Permalink
update zend-validate deps according to usage (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg authored Jan 3, 2024
1 parent 89ee503 commit 5e57560
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/zend-validate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,24 @@
"ext-ctype": "*",
"ext-reflection": "*",
"zf1s/zend-exception": "^1.15.2",
"zf1s/zend-loader": "^1.15.2",
"zf1s/zend-locale": "^1.15.2"
"zf1s/zend-registry": "^1.15.2"
},
"autoload": {
"psr-0": {
"Zend_Validate": "library/"
}
},
"suggest": {
"zf1s/zend-config": "Used in special situations or with special adapters",
"zf1s/zend-date": "Used in special situations or with special adapters",
"zf1s/zend-db": "Used in special situations or with special adapters",
"zf1s/zend-file": "Used in special situations or with special adapters",
"zf1s/zend-filter": "Used in special situations or with special adapters",
"zf1s/zend-registry": "Used in special situations or with special adapters"
"zf1s/zend-ldap": "Used in special situations or with special adapters",
"zf1s/zend-loader": "Used in special situations or with special adapters",
"zf1s/zend-locale": "Used in special situations or with special adapters",
"zf1s/zend-translate": "Used in special situations or with special adapters",
"zf1s/zend-uri": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-validate": "^1.12"
Expand Down

0 comments on commit 5e57560

Please sign in to comment.