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 5247ed5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
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

0 comments on commit 5247ed5

Please sign in to comment.