Skip to content

Commit 794fad0

Browse files
committed
GH-6: Drupal 9 dependencies.
1 parent 4b5ac0d commit 794fad0

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

behat.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default:
22
suites:
33
default:
44
paths:
5-
- %paths.base%/tests/features
5+
- "%paths.base%/tests/features"
66
contexts:
77
- DrupalTest\BehatTraits\Context\BrowserCapabilityDetectionContext
88
- DrupalTest\BehatTraits\Context\EntityContext

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@
44
"type": "library",
55
"license": "EUPL-1.2",
66
"require": {
7-
"php": "~7.1",
8-
"drupal/core": "~8.6",
7+
"php": "~7.2",
8+
"drupal/core": "^8.9 || ^9",
99
"drupal/drupal-extension": "~4.0"
1010
},
1111
"require-dev": {
1212
"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",
1615
"guzzlehttp/guzzle": "~6.3",
1716
"instaclick/php-webdriver": "^1.4.5",
1817
"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"
2221
},
2322
"scripts": {
2423
"post-install-cmd": "./vendor/bin/run drupal:site-setup",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
web:
4-
image: fpfis/httpd-php-dev:7.2
4+
image: fpfis/httpd-php-dev:7.3
55
working_dir: /var/www/html
66
ports:
77
- 8080:8080

grumphp.yml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ parameters:
66
- '/[A-Z].+\./'
77
extra_tasks:
88
phpparser:
9-
ignore_patterns: %tasks.phpcs.ignore_patterns%
9+
ignore_patterns: "%tasks.phpcs.ignore_patterns%"
1010
visitors:
1111
declare_strict_types: ~
12-
triggered_by: %tasks.phpcs.triggered_by%
12+
triggered_by: "%tasks.phpcs.triggered_by%"
1313
extensions:
1414
- OpenEuropa\CodeReview\ExtraTasksExtension

0 commit comments

Comments
 (0)