Skip to content

Commit

Permalink
Merge pull request #420 from Drupalcz/d9-upgrade
Browse files Browse the repository at this point in the history
Upgrade to Drupal9.
  • Loading branch information
miromichalicka authored Sep 23, 2022
2 parents 420456f + 9420a4b commit ec77b65
Show file tree
Hide file tree
Showing 283 changed files with 9,551 additions and 8,563 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drupalcz/site",
"description": "Drupal.cz Community website.",
"description": "Drupal.cz Community website. (Drupal8 site built with BLT.)",
"type": "project",
"license": "GPL-2.0+",
"authors": [
Expand All @@ -26,8 +26,9 @@
"drupal/coder": "^8.3",
"drupal/config_split": "^1.4",
"drupal/config_update": "^1.5",
"drupal/core-composer-scaffold": "^8.9",
"drupal/core-recommended": "^8.9",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"drupal/core-recommended": "^9",
"drupal/ctools": "^3.0",
"drupal/default_content_deploy": "^1.0@alpha",
"drupal/devel": "^4.0",
Expand Down Expand Up @@ -86,6 +87,7 @@
"grasmash/drupal-security-warning": true,
"acquia/blt": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"oomphinc/composer-installers-extender": true
}
},
Expand Down Expand Up @@ -115,9 +117,6 @@
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"2920285 - Update module can get 'stuck' with 'no releases available": "https://www.drupal.org/files/issues/2020-07-20/2920285-11.patch"
},
"drupal/media_entity_actions": {
"2998468 - Provide an upgrade path to core": "https://www.drupal.org/files/issues/2020-06-10/2998468-15.patch"
},
Expand Down
Loading

0 comments on commit ec77b65

Please sign in to comment.