Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Use ~ operator in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 5, 2014
1 parent 77106a6 commit e3ccefc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-http": ">=2.0.0",
"zendframework/zend-uri": ">=2.0.0",
"zendframework/zend-version": ">=2.0.0",
"zendframework/zendxml": "dev-master"
"zendframework/zend-http": "~2.0",
"zendframework/zend-uri": "~2.0",
"zendframework/zend-version": "~2.0",
"zendframework/zendxml": "~1.0-dev"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit e3ccefc

Please sign in to comment.