Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Composer.
Learn more
composer.json 713 B
{
"name": "drupal/automatic_updates",
"type": "drupal-module",
"description": "Drupal Automatic Updates",
"keywords": ["Drupal"],
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/automatic_updates",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/automatic_updates",
"source": "http://cgit.drupalcode.org/automatic_updates"
},
"require": {
"ext-json": "*",
"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"
}
]
}