Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
upgrade yaml package to be able to work with symfony 5.0
  • Loading branch information
MockingMagician committed Nov 22, 2021
1 parent 84ae96e commit f597eff
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 @@ -47,7 +47,7 @@
"guzzlehttp/guzzle": "^6.0 | ^7.0",
"php": ">=7.2",
"psr/http-client": "^1.0",
"symfony/yaml": "^4.0"
"symfony/yaml": "^4.0 | ^5.0"
},
"require-dev": {
"ext-pcntl": "*",
Expand Down

0 comments on commit f597eff

Please sign in to comment.