File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 2
2
suites:
3
3
default:
4
4
paths:
5
- - %paths.base%/tests/features
5
+ - " %paths.base%/tests/features"
6
6
contexts:
7
7
- DrupalTest\BehatTraits\Context\BrowserCapabilityDetectionContext
8
8
- DrupalTest\BehatTraits\Context\EntityContext
Original file line number Diff line number Diff line change 4
4
"type" : " library" ,
5
5
"license" : " EUPL-1.2" ,
6
6
"require" : {
7
- "php" : " ~7.1 " ,
8
- "drupal/core" : " ~8.6 " ,
7
+ "php" : " ~7.2 " ,
8
+ "drupal/core" : " ^8.9 || ^9 " ,
9
9
"drupal/drupal-extension" : " ~4.0"
10
10
},
11
11
"require-dev" : {
12
12
"composer/installers" : " ~1.2" ,
13
- "consolidation/robo" : " ~1.3" ,
14
- "drush/drush" : " ~9.4" ,
15
- "drupal-composer/drupal-scaffold" : " ~2.2" ,
13
+ "drush/drush" : " ~10.3" ,
14
+ "drupal/core-composer-scaffold" : " ^8.9 || ^9" ,
16
15
"guzzlehttp/guzzle" : " ~6.3" ,
17
16
"instaclick/php-webdriver" : " ^1.4.5" ,
18
17
"nikic/php-parser" : " ~3.0|~4.0" ,
19
- "openeuropa/code-review" : " ^1.0.0-alpha4 " ,
20
- "openeuropa/task-runner" : " ^1.0.0-beta3 " ,
21
- "webflo/ drupal- core-require- dev" : " ~8.6 "
18
+ "openeuropa/code-review" : " ~1.6 " ,
19
+ "openeuropa/task-runner" : " ^1.0.0-beta6 " ,
20
+ "drupal/ core-dev" : " ^8.9 || ^9 "
22
21
},
23
22
"scripts" : {
24
23
"post-install-cmd" : " ./vendor/bin/run drupal:site-setup" ,
Original file line number Diff line number Diff line change 1
1
version : ' 2'
2
2
services :
3
3
web :
4
- image : fpfis/httpd-php-dev:7.2
4
+ image : fpfis/httpd-php-dev:7.3
5
5
working_dir : /var/www/html
6
6
ports :
7
7
- 8080:8080
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ parameters:
6
6
- '/[A-Z].+\./'
7
7
extra_tasks:
8
8
phpparser:
9
- ignore_patterns: %tasks.phpcs.ignore_patterns%
9
+ ignore_patterns: " %tasks.phpcs.ignore_patterns%"
10
10
visitors:
11
11
declare_strict_types: ~
12
- triggered_by: %tasks.phpcs.triggered_by%
12
+ triggered_by: " %tasks.phpcs.triggered_by%"
13
13
extensions:
14
14
- OpenEuropa\CodeReview\ExtraTasksExtension
You can’t perform that action at this time.
0 commit comments