Skip to content

Commit

Permalink
Use replace syntax to override yaml dep
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzedword committed Jan 28, 2015
1 parent 679f0aa commit d48f47d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0",
"symfony/yaml": "2.6"
"symfony/yaml": ">=2.6 <2.7"
},
"replace": {
"symfony/yaml": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "dev-master"
Expand Down

0 comments on commit d48f47d

Please sign in to comment.