Skip to content

Commit

Permalink
Issue PHPOffice#1044: Apparently, Zend doesn't version everything tog…
Browse files Browse the repository at this point in the history
…ether :-)
  • Loading branch information
dsnopek committed Jul 17, 2017
1 parent ec4ffae commit 5456828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"require": {
"php": ">=5.3.3",
"ext-xml": "*",
"zendframework/zend-escaper": "^2.7 || ^3.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0",
"zendframework/zend-validator": "^2.7 || ^3.0",
"zendframework/zend-escaper": "^2.4",
"zendframework/zend-stdlib": "^2.4 || ^3.0",
"zendframework/zend-validator": "^2.4",
"phpoffice/common": "0.2.*"
},
"require-dev": {
Expand Down

0 comments on commit 5456828

Please sign in to comment.