Skip to content

Commit

Permalink
Update WxT to 5.3.0, fix blog image on blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
smulvih2 committed Dec 17, 2024
1 parent 4390c20 commit 0e4ce6c
Show file tree
Hide file tree
Showing 66 changed files with 2,544 additions and 2,123 deletions.
24 changes: 17 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
"require": {
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "^10.2",
"drupalwxt/wxt": "5.2.2",
"drupal/core-composer-scaffold": "^10.3",
"drupalwxt/wxt": "5.3.0",
"drupal/backup_migrate": "^5.0",
"drupal/devel": "^5.1",
"drupal/blog": "3.1.2 as 3.0.1",
"drupal/config_ignore": "^2.4"
"drupal/config_ignore": "^3.3"
},
"require-dev": {
"drupal/core-dev": "^10.2",
Expand All @@ -38,7 +37,8 @@
"oomphinc/composer-installers-extender": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
"php-http/discovery": true,
"tbachert/spi": true
}
},
"repositories": [
Expand Down Expand Up @@ -99,8 +99,18 @@
"patchLevel": {
"drupal/core": "-p2"
},
"patches": { },
"patches-ignore": { }
"patches": {
"drupal/core": {
"2630732": "https://www.drupal.org/files/issues/2024-11-13/entity-fields-migration-destination-10.3.x-2630732-161.patch"
}
},
"patches-ignore": {
"drupalwxt/wxt": {
"drupal/core": {
"Enter drupal/core patch #2630732 description here": "https://git.drupalcode.org/project/drupal/-/merge_requests/6111.diff"
}
}
}
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 0e4ce6c

Please sign in to comment.