File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ install:
37
37
38
38
script :
39
39
- 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;
41
41
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
42
42
- cd $TRAVIS_BUILD_DIR/web
43
43
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"composer/installers" : " ^1.2" ,
20
- "cweagans/composer-patches" : " ^1.6" ,
20
+ "cweagans/composer-patches" : " ^1.6.5 " ,
21
21
"drupal-composer/drupal-scaffold" : " ^2.5" ,
22
22
"drupal/console" : " ^1.0.2" ,
23
- "drupal/core" : " ~8.5.3 " ,
23
+ "drupal/core" : " ^8.6.0 " ,
24
24
"drush/drush" : " ^9.0.0" ,
25
25
"vlucas/phpdotenv" : " ^2.4" ,
26
26
"webflo/drupal-finder" : " ^1.0.0" ,
27
27
"webmozart/path-util" : " ^2.3"
28
28
},
29
29
"require-dev" : {
30
- "webflo/drupal-core-require-dev" : " ~8.5.3 "
30
+ "webflo/drupal-core-require-dev" : " ^8.6.0 "
31
31
},
32
32
"conflict" : {
33
33
"drupal/drupal" : " *"
58
58
]
59
59
},
60
60
"extra" : {
61
+ "patchLevel" : {
62
+ "drupal/core" : " -p2"
63
+ },
61
64
"installer-paths" : {
62
65
"web/core" : [" type:drupal-core" ],
63
66
"web/libraries/{$name}" : [" type:drupal-library" ],
You can’t perform that action at this time.
0 commit comments