Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Free constraints on the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
macnibblet committed Mar 11, 2016
1 parent 080b2b4 commit ff21490
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
}
],
"require": {
"zendframework/zend-servicemanager": "~2.5",
"zendframework/zend-stdlib": "~2.5",
"zendframework/zend-math": "~2.5",
"zendframework/zend-http": "~2.5",
"doctrine/doctrine-module": "~0.8",
"zendframework/zend-servicemanager": "^2.5 || ^3.0",
"zendframework/zend-stdlib": "^2.5",
"zendframework/zend-math": "^2.5",
"zendframework/zend-http": "^2.5",
"doctrine/doctrine-module": "^0.9",
"php": ">=5.5.0"
},
"require-dev": {
Expand Down

0 comments on commit ff21490

Please sign in to comment.