Skip to content

Commit

Permalink
Make base zend requirements a little more flexible.
Browse files Browse the repository at this point in the history
  • Loading branch information
clwells committed Sep 18, 2017
1 parent a91f917 commit 207bfb3
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 @@ -11,7 +11,7 @@
},
"require": {
"php": ">=5.3.23",
"zendframework/zend-http": "~2.3.0",
"zendframework/zend-mail": "~2.3.0"
"zendframework/zend-http": "^2.3",
"zendframework/zend-mail": "^2.3"
}
}

0 comments on commit 207bfb3

Please sign in to comment.