Skip to content

Commit e8a9377

Browse files
Merge pull request #9 from majermi4/add-symfony-yaml-5-support
Allow usage of "symfony/yaml" in versions 5.x.
2 parents 6d370d5 + 6e82c26 commit e8a9377

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|^8.0",
2929
"illuminate/contracts": "^7.0|^8.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)