Skip to content

Commit 8ef022c

Browse files
committed
Allow including the same version of symfony/yaml as Drupal core
1 parent 9fe88e4 commit 8ef022c

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
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^7.1",
1313
"phpstan/phpstan": "^0.10.6",
14-
"symfony/yaml": "^4.2"
14+
"symfony/yaml": "~3.4.5|^4.2"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)