Skip to content

Commit 2134ec3

Browse files
committed
Allow usage of "symfony/yaml" in versions 5.x.
1 parent 9885e8f commit 2134ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require": {
2828
"php": "^7.2",
2929
"illuminate/contracts": "^6.0",
30-
"symfony/yaml": "^4.1",
30+
"symfony/yaml": "^4.1 || ^5.0",
3131
"justinrainbow/json-schema": "^5.2"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)