Skip to content

Commit

Permalink
GH-6: Drupal 9 dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
upchuk committed May 11, 2021
1 parent 4b5ac0d commit 794fad0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion behat.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default:
suites:
default:
paths:
- %paths.base%/tests/features
- "%paths.base%/tests/features"
contexts:
- DrupalTest\BehatTraits\Context\BrowserCapabilityDetectionContext
- DrupalTest\BehatTraits\Context\EntityContext
Expand Down
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@
"type": "library",
"license": "EUPL-1.2",
"require": {
"php": "~7.1",
"drupal/core": "~8.6",
"php": "~7.2",
"drupal/core": "^8.9 || ^9",
"drupal/drupal-extension": "~4.0"
},
"require-dev": {
"composer/installers": "~1.2",
"consolidation/robo": "~1.3",
"drush/drush": "~9.4",
"drupal-composer/drupal-scaffold": "~2.2",
"drush/drush": "~10.3",
"drupal/core-composer-scaffold": "^8.9 || ^9",
"guzzlehttp/guzzle": "~6.3",
"instaclick/php-webdriver": "^1.4.5",
"nikic/php-parser": "~3.0|~4.0",
"openeuropa/code-review": "^1.0.0-alpha4",
"openeuropa/task-runner": "^1.0.0-beta3",
"webflo/drupal-core-require-dev": "~8.6"
"openeuropa/code-review": "~1.6",
"openeuropa/task-runner": "^1.0.0-beta6",
"drupal/core-dev": "^8.9 || ^9"
},
"scripts": {
"post-install-cmd": "./vendor/bin/run drupal:site-setup",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
web:
image: fpfis/httpd-php-dev:7.2
image: fpfis/httpd-php-dev:7.3
working_dir: /var/www/html
ports:
- 8080:8080
Expand Down
4 changes: 2 additions & 2 deletions grumphp.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ parameters:
- '/[A-Z].+\./'
extra_tasks:
phpparser:
ignore_patterns: %tasks.phpcs.ignore_patterns%
ignore_patterns: "%tasks.phpcs.ignore_patterns%"
visitors:
declare_strict_types: ~
triggered_by: %tasks.phpcs.triggered_by%
triggered_by: "%tasks.phpcs.triggered_by%"
extensions:
- OpenEuropa\CodeReview\ExtraTasksExtension

0 comments on commit 794fad0

Please sign in to comment.