Skip to content
Snippets Groups Projects
Commit 09bd176e authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3252109 by tedbow: Require Drupal core 9.2+

parent a212e6e3
No related branches found
No related tags found
No related merge requests found
name: 'Automatic Updates'
type: module
description: 'Experimental module to develop automatic updates. Currently the module provides checks for update readiness but does not yet provide update functionality.'
core_version_requirement: ^9
core_version_requirement: ^9.2
dependencies:
- drupal:package_manager
- drupal:automatic_updates_9_3_shim
......
......@@ -12,6 +12,7 @@
},
"require": {
"ext-json": "*",
"drupal/core": "^9.2",
"php-tuf/composer-stager": "0.2.3",
"composer/composer": "^2"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment