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

Commit

Permalink
Fix wrong constraint for rollerworks/metadata
Browse files Browse the repository at this point in the history
`The ^ operator behaves very similarly but it sticks closer to semantic versioning, and will always allow non-breaking updates.`
So `^0.4` disallows 0.5 (as 0.5 is considered breaking in terms of semver).

Version 0.5 is not really required, 0.4 will also work but 0.5 introduced the MappingDriverChain.
  • Loading branch information
sstok committed Sep 17, 2015
1 parent 44a048e commit bdef83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=5.4",
"rollerworks/search": "^1.0.0-beta7",
"rollerworks/metadata": "^0.4",
"rollerworks/metadata": ">=0.5,<2.0",
"doctrine/annotations": "~1.1",
"symfony/yaml": "~2.3"
},
Expand Down

0 comments on commit bdef83b

Please sign in to comment.