Issue #3409499: Update Drupal Core from ~10.1.0 to ~10.2.0 for Web Blog and...
Issue #3409499: Update Drupal Core from ~10.1.0 to ~10.2.0 for Web Blog and add Web Patches for PHP 8.3 local patching recipes
{ | ||
"name": "drupal/webblog", | ||
"description": "Create Web Blog content type, and make views to display content.", | ||
"description": "Enhances your Drupal site by introducing a versatile Blog content type along with customized views for the home page and dedicated blog pages.", | ||
"type": "drupal-module", | ||
"license": "GPL-1.0-or-later", | ||
"minimum-stability": "dev", | ||
... | ... | @@ -22,10 +22,11 @@ |
} | ||
}, | ||
"require": { | ||
"drupal/core": "~10.1.0", | ||
"drupal/core": "~10.2.0", | ||
"drupal/webpatches": "~10.0", | ||
"drupal/webdev": "~10.0", | ||
"drupal/webassets": "~10.0", | ||
"drupal/manage_display": "~2.0", | ||
"drupal/entityqueue": "~1.0", | ||
"drupal/webdev": "10.0.x-dev", | ||
"drupal/webassets": "10.0.x-dev" | ||
"drupal/entityqueue": "~1.0" | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment