Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6418a08

Browse files
authored
Merge pull request drupal-composer#304 from pfrenssen/patch-1
Add support for Drush 9 and Drupal 8.4
2 parents ed6b7c2 + 7ddc4ee commit 6418a08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828

2929
script:
3030
- if [[ $RELEASE = dev ]]; then composer --verbose remove --no-update drupal/console; fi;
31-
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.4.x-dev drush/drush:9.0.x-dev; fi;
31+
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.4.x-dev; fi;
3232
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
3333
- cd $TRAVIS_BUILD_DIR/web
3434
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite

composer.json

Lines changed: 2 additions & 2 deletions
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",
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)