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

Commit

Permalink
Fix composer.json to use proper version strings and add branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 24, 2012
1 parent df55cc8 commit 80d8d30
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 @@ -21,13 +21,13 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-http": ">=2.0.0beta5",
"zendframework/zend-uri": ">=2.0.0beta5",
"zendframework/zend-version": ">=2.0.0beta5"
"zendframework/zend-http": ">=2.0.0",
"zendframework/zend-uri": ">=2.0.0",
"zendframework/zend-version": ">=2.0.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit 80d8d30

Please sign in to comment.