Skip to content

Commit ec77b65

Browse files
Merge pull request #420 from Drupalcz/d9-upgrade
Upgrade to Drupal9.
2 parents 420456f + 9420a4b commit ec77b65

283 files changed

Lines changed: 9551 additions & 8563 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drupalcz/site",
3-
"description": "Drupal.cz Community website.",
3+
"description": "Drupal.cz Community website. (Drupal8 site built with BLT.)",
44
"type": "project",
55
"license": "GPL-2.0+",
66
"authors": [
@@ -26,8 +26,9 @@
2626
"drupal/coder": "^8.3",
2727
"drupal/config_split": "^1.4",
2828
"drupal/config_update": "^1.5",
29-
"drupal/core-composer-scaffold": "^8.9",
30-
"drupal/core-recommended": "^8.9",
29+
"drupal/core-composer-scaffold": "^9",
30+
"drupal/core-project-message": "^9",
31+
"drupal/core-recommended": "^9",
3132
"drupal/ctools": "^3.0",
3233
"drupal/default_content_deploy": "^1.0@alpha",
3334
"drupal/devel": "^4.0",
@@ -86,6 +87,7 @@
8687
"grasmash/drupal-security-warning": true,
8788
"acquia/blt": true,
8889
"drupal/core-composer-scaffold": true,
90+
"drupal/core-project-message": true,
8991
"oomphinc/composer-installers-extender": true
9092
}
9193
},
@@ -115,9 +117,6 @@
115117
"drupal/core": "-p2"
116118
},
117119
"patches": {
118-
"drupal/core": {
119-
"2920285 - Update module can get 'stuck' with 'no releases available": "https://www.drupal.org/files/issues/2020-07-20/2920285-11.patch"
120-
},
121120
"drupal/media_entity_actions": {
122121
"2998468 - Provide an upgrade path to core": "https://www.drupal.org/files/issues/2020-06-10/2998468-15.patch"
123122
},

0 commit comments

Comments
 (0)