Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Set symfony/yaml dependency to ^2 to avoid issues with PHP version re…
Browse files Browse the repository at this point in the history
…quirements
  • Loading branch information
elazar committed Apr 24, 2015
1 parent 0ee9e6c commit 5fa167c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"require-dev": {
"phpunit/phpunit": "^4",
"phake/phake": "^2"
"phake/phake": "^2",
"symfony/yaml": "^2"
},
"autoload": {
"psr-4": {
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fa167c

Please sign in to comment.