Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
use symfony/yaml 4.0 if available
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk authored and bretterer committed May 19, 2018
1 parent 12e193e commit 0afbcc6
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 @@ -16,7 +16,7 @@
},
"require": {
"php": "^7.0",
"symfony/yaml": "^3.2",
"symfony/yaml": "^3.2|^4.0",
"nesbot/carbon": "^1.22",
"psr/http-message": "^1.0",
"php-http/client-common": "^1.1",
Expand Down

0 comments on commit 0afbcc6

Please sign in to comment.