Issue #3405122: Change drupal/core to ~10 in the .info.yml and composer.json...
Issue #3405122: Change drupal/core to ~10 in the .info.yml and composer.json files to allow for a smooth update to latest stable Drupal 10 versions
Showing
- .gitlab/issue_templates/default.md 2 additions, 5 deletions.gitlab/issue_templates/default.md
- .gitlab/merge_request_templates/default.md 1 addition, 0 deletions.gitlab/merge_request_templates/default.md
- composer.json 5 additions, 5 deletionscomposer.json
- varbase_reports.info.yml 1 addition, 1 deletionvarbase_reports.info.yml
... | ... | @@ -26,11 +26,11 @@ |
} | ||
}, | ||
"require": { | ||
"composer/installers": "~2.0", | ||
"oomphinc/composer-installers-extender": "~2.0", | ||
"cweagans/composer-patches": "~1.0", | ||
"drupal/core": "~9.5.0 || ~10.1.0", | ||
"vardot/module-installer-factory": "~1.0", | ||
"composer/installers": "~2", | ||
"oomphinc/composer-installers-extender": "~2", | ||
"cweagans/composer-patches": "~1", | ||
"drupal/core": "~9.5.0 || ~10", | ||
"vardot/module-installer-factory": "~1", | ||
"drupal/better_exposed_filters": "~6.0", | ||
"drupal/views_date_format_sql": "~3.0", | ||
"drupal/csv_serialization": "~2.0", | ||
... | ... |
Please register or sign in to comment