Skip to content

Commit

Permalink
Merge pull request #1 from glennschmidt/master
Browse files Browse the repository at this point in the history
Relax Zend Framework version constraints
  • Loading branch information
brettmc committed Sep 22, 2014
2 parents f24204c + 482850c commit f5d56ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require" : {
"php" : ">=5.3.2",
"zendframework/zend-cache" : "2.2.*",
"zendframework/zend-eventmanager": "2.2.*",
"zendframework/zend-cache" : "~2.2",
"zendframework/zend-eventmanager": "~2.2",
"monolog/monolog": "~1.5",
"psr/log": "~1.0"
},
Expand Down

0 comments on commit f5d56ce

Please sign in to comment.