Skip to content

Commit

Permalink
Drupal 9 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfritsch authored Apr 15, 2020
1 parent 3183012 commit 036931c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,17 @@
}
],
"require": {
"php": ">=7.2",
"thunder/thunder-distribution": "~3.4",
"cweagans/composer-patches": "^1.6.5",
"drupal/core-composer-scaffold": "^8.8",
"drupal/console": "^1.6.1",
"drupal/core-composer-scaffold": "^8.8||^9.0",
"composer/installers": "^1.2",
"drush/drush": "^9.0|^10.0",
"drush/drush": "^9.0||^10.0",
"vlucas/phpdotenv": "^2.4",
"oomphinc/composer-installers-extender": "^1.1",
"zaporylie/composer-drupal-optimizations": "^1.1"
},
"require-dev": {
"drupal/core-dev": "^8.8"
"drupal/core-dev": "^8.8||^9.0"
},
"conflict": {
"drupal/drupal": "*"
Expand Down

0 comments on commit 036931c

Please sign in to comment.