Skip to content

Commit 3763a06

Browse files
committed
Bump minimum version to 8.7.0
1 parent e55e401 commit 3763a06

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
@@ -30,7 +30,7 @@ install:
3030

3131
script:
3232
- if [[ $RELEASE = dev ]]; then composer --verbose remove --no-update drupal/console; fi;
33-
- 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;
33+
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.8.x-dev webflo/drupal-core-require-dev:8.8.x-dev; fi;
3434
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
3535
- cd $TRAVIS_BUILD_DIR/web
3636
- ./../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,15 +21,15 @@
2121
"cweagans/composer-patches": "^1.6.5",
2222
"drupal-composer/drupal-scaffold": "^2.5",
2323
"drupal/console": "^1.0.2",
24-
"drupal/core": "^8.6.0",
24+
"drupal/core": "^8.7.0",
2525
"drush/drush": "^9.0.0",
2626
"vlucas/phpdotenv": "^2.4",
2727
"webflo/drupal-finder": "^1.0.0",
2828
"webmozart/path-util": "^2.3",
2929
"zaporylie/composer-drupal-optimizations": "^1.0"
3030
},
3131
"require-dev": {
32-
"webflo/drupal-core-require-dev": "^8.6.0"
32+
"webflo/drupal-core-require-dev": "^8.7.0"
3333
},
3434
"conflict": {
3535
"drupal/drupal": "*"

0 commit comments

Comments
 (0)