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

Update to commit from contrib 8.x-2.x...

Update to commit from contrib 8.x-2.x project/automatic_updates@bff62697
parent 9715e46b
No related branches found
No related tags found
No related merge requests found
name: 'Automatic Updates' name: 'Automatic Updates'
type: module type: module
description: 'Experimental module to develop automatic updates. Currently the module provides checks for update readiness but does not yet provide update functionality.' 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.2 version: VERSION
dependencies: dependencies:
- drupal:package_manager - drupal:package_manager
- drupal:update - drupal:update
{
"name": "drupal/auto_updates",
"type": "drupal-module",
"description": "Drupal Automatic Updates",
"keywords": ["Drupal"],
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/auto_updates",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/auto_updates",
"source": "http://cgit.drupalcode.org/auto_updates"
},
"require": {
"ext-json": "*",
"drupal/core": "^9.2",
"php-tuf/composer-stager": "0.2.3",
"composer/composer": "^2"
},
"config": {
"platform": {
"php": "7.3.0"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/php-tuf/composer-stager"
}
]
}
name: 'Package Manager' name: 'Package Manager'
type: module type: module
description: 'API module providing functionality for staging package updates.' description: 'API module providing functionality for staging package updates.'
core_version_requirement: ^9 version: VERSION
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