Skip to content

Commit

Permalink
Relax symfony requirements to reduce Laravel conflicts. Fixed #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Macnamara committed Jul 9, 2015
1 parent e3dbac2 commit 4d3d880
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 @@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.0",
"illuminate/support": "~5.0",
"symfony/yaml": "2.7.*"
"symfony/yaml": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
Expand Down

0 comments on commit 4d3d880

Please sign in to comment.