Skip to content

Commit 131f6f6

Browse files
authored
Issue #3337542: Drupal 10 compatibility fixes (#4348)
1 parent 7027117 commit 131f6f6

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

composer.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"require": {
4444
"php": ">=7.0.8",
4545
"alchemy/zippy": "~0.4",
46-
"composer/installers": "~1.0",
46+
"composer/installers": "^1.2",
4747
"doctrine/annotations": "^1.2",
4848
"doctrine/collections": "^1.3",
49-
"drupal/console-core": "^1.9.8",
50-
"drupal/console-extend-plugin": "~0.9.5",
49+
"drupal/console-core": "^2.0",
50+
"drupal/console-extend-plugin": "^2.0",
5151
"psy/psysh": "0.6.* || ~0.8",
52-
"symfony/expression-language": "~3.0|~4.0",
53-
"symfony/css-selector": "~3.0|~4.0",
54-
"symfony/dom-crawler": "~3.0|~4.0",
55-
"symfony/http-foundation": "~3.0|~4.0"
52+
"symfony/expression-language": "^5.4|^6.0",
53+
"symfony/css-selector": "^5.4|^6.0",
54+
"symfony/dom-crawler": "^5.4|^6.0",
55+
"symfony/http-foundation": "^5.4|^6.0"
5656
},
5757
"suggest": {
5858
"symfony/thanks": "Thank your favorite PHP projects on GitHub using the CLI",
@@ -63,7 +63,11 @@
6363
],
6464
"config": {
6565
"bin-dir": "bin/",
66-
"sort-packages": true
66+
"sort-packages": true,
67+
"allow-plugins": {
68+
"composer/installers": true,
69+
"drupal/console-extend-plugin": true
70+
}
6771
},
6872
"minimum-stability": "dev",
6973
"prefer-stable": true,

0 commit comments

Comments
 (0)