Skip to content

Commit ecc78b4

Browse files
authored
Allow symfony/yaml 3.4 (#52) for some reason
1 parent 970c31f commit ecc78b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-bcmath": "*",
88
"ext-mbstring": "*",
99
"pear/ole": "^1.0",
10-
"symfony/yaml": "^4.1||^5.0||^6.0||^7.0",
10+
"symfony/yaml": "^3.4||^4.1||^5.0||^6.0||^7.0",
1111
"ramsey/uuid": "^3.8||^4.0",
1212
"psr/log": "^1.0||^2.0||^3.0"
1313
},

0 commit comments

Comments
 (0)