Skip to content

Commit

Permalink
Pin drupal to version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson-inviqa committed Sep 9, 2022
1 parent 452465e commit 9563a08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/drupal8/application/skeleton/composer.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bin-dir": "bin/",
"sort-packages": true,
"platform": {
"php": "7.4.10"
"php": "8.0.23"
},
"allow-plugins": {
"cweagans/composer-patches": true,
Expand All @@ -31,12 +31,12 @@
}
},
"require": {
"php": ">= 7.4",
"php": ">= 8.0",
"composer/installers": "^1.0",
"cweagans/composer-patches": "^1.5.0",
"drupal/admin_toolbar": "^1.0",
"drupal/core-composer-scaffold": "~8.9",
"drupal/core-recommended": "~8.9",
"drupal/core-recommended": "~8.9, <10",
"drupal/ctools": "^3.0",
"drupal/environment_indicator": "^3.0",
"drupal/field_group": "^3.0@beta",
Expand Down
2 changes: 1 addition & 1 deletion src/drupal8/harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ attributes:
cli:
ini:
opcache.file_cache_only: '0'
version: 7.4
version: '8.0'
persistence:
enabled: false
drupal:
Expand Down

0 comments on commit 9563a08

Please sign in to comment.