Skip to content

Commit 8256bc3

Browse files
authored
Merge pull request #1 from drupal-composer/8.x
Sync fork with original
2 parents 24f29be + c1e2b6e commit 8256bc3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

+1-1
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

+6-3
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
],
1818
"require": {
1919
"composer/installers": "^1.2",
20-
"cweagans/composer-patches": "^1.6",
20+
"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": "*"
@@ -58,6 +58,9 @@
5858
]
5959
},
6060
"extra": {
61+
"patchLevel": {
62+
"drupal/core": "-p2"
63+
},
6164
"installer-paths": {
6265
"web/core": ["type:drupal-core"],
6366
"web/libraries/{$name}": ["type:drupal-library"],

0 commit comments

Comments
 (0)