Skip to content

Commit d131ec0

Browse files
grasmashshrop
authored andcommitted
Update composer.json to require latest stable version of Drupal (drupal-composer#424)
1 parent 5c5eb92 commit d131ec0

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
@@ -37,7 +37,7 @@ install:
3737

3838
script:
3939
- if [[ $RELEASE = dev ]]; then composer --verbose remove --no-update drupal/console; fi;
40-
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.6.x-dev webflo/drupal-core-require-dev:8.6.x-dev; fi;
40+
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.7.x-dev webflo/drupal-core-require-dev:8.7.x-dev; fi;
4141
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
4242
- cd $TRAVIS_BUILD_DIR/web
4343
- ./../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
@@ -20,14 +20,14 @@
2020
"cweagans/composer-patches": "^1.6.5",
2121
"drupal-composer/drupal-scaffold": "^2.5",
2222
"drupal/console": "^1.0.2",
23-
"drupal/core": "~8.5.3",
23+
"drupal/core": "^8.6.0",
2424
"drush/drush": "^9.0.0",
2525
"vlucas/phpdotenv": "^2.4",
2626
"webflo/drupal-finder": "^1.0.0",
2727
"webmozart/path-util": "^2.3"
2828
},
2929
"require-dev": {
30-
"webflo/drupal-core-require-dev": "~8.5.3"
30+
"webflo/drupal-core-require-dev": "^8.6.0"
3131
},
3232
"conflict": {
3333
"drupal/drupal": "*"

0 commit comments

Comments
 (0)