less strict yaml dependency
This commit is contained in:
parent
d311c5b1c8
commit
bc642be178
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1",
|
"php": ">=7.1",
|
||||||
"symfony/yaml": "^4.4"
|
"symfony/yaml": "^4|^3|^2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue