Skip to content

Commit

Permalink
Merge pull request #2 from twerthmueller/patch-1
Browse files Browse the repository at this point in the history
Allow also version 4 of symfony/yaml package
  • Loading branch information
bomoko authored Feb 28, 2019
2 parents 1617089 + badb8e8 commit a0595d5
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 @@ -15,7 +15,7 @@
}
],
"require": {
"symfony/yaml": "^3.4"
"symfony/yaml": "^3.4|^4.0"
},
"autoload": {
"psr-4": {"Amazee\\LaragoonSupport\\": "src/"}
Expand Down

0 comments on commit a0595d5

Please sign in to comment.