Skip to content

Commit af59c27

Browse files
pfrenssenshrop
authored andcommitted
Declare compatibility with versions of Drush and CSS selector that are compatible with Drupal 8.4 and earlier.
1 parent 13669c8 commit af59c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"drupal-composer/drupal-scaffold": "^2.2",
2222
"drupal/console": "^1.0.1",
2323
"drupal/core": "~8.0",
24-
"drush/drush": "~8.0|^9.0.0-beta4",
24+
"drush/drush": "~8.0|^9.0.0-beta7",
2525
"webflo/drupal-finder": "^1.0.0",
2626
"webmozart/path-util": "^2.3"
2727
},
@@ -32,7 +32,7 @@
3232
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
3333
"mikey179/vfsstream": "~1.2",
3434
"phpunit/phpunit": ">=4.8.28 <5",
35-
"symfony/css-selector": "~2.8"
35+
"symfony/css-selector": "~2.8|~3.0"
3636
},
3737
"conflict": {
3838
"drupal/drupal": "*"

0 commit comments

Comments
 (0)