Update symfony/yaml requirement from ^3.4 to ^5.4 (#1214)
This commit is contained in:
parent
d5fac9e78f
commit
e17fbd2094
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"php" : "^7.2 || ^8.0",
|
"php" : "^7.2 || ^8.0",
|
||||||
"sabre/dav" : "~4.6.0",
|
"sabre/dav" : "~4.6.0",
|
||||||
"twig/twig" : "~2.14.8",
|
"twig/twig" : "~2.14.8",
|
||||||
"symfony/yaml" : "^3.4",
|
"symfony/yaml" : "^5.4",
|
||||||
"psr/log" : "^1",
|
"psr/log" : "^1",
|
||||||
"ext-dom" : "*",
|
"ext-dom" : "*",
|
||||||
"ext-openssl" : "*",
|
"ext-openssl" : "*",
|
||||||
|
|
Loading…
Reference in a new issue