Newer
Older

Lucas Hedding
committed
{
"name": "drupal/automatic_updates",
"type": "drupal-module",
"description": "Drupal Automatic Updates",
"keywords": ["Drupal"],

Lucas Hedding
committed
"license": "GPL-2.0-or-later",

Lucas Hedding
committed
"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": "*",
"drupal/core": "^9.3",
"php-tuf/composer-stager": "^1.2",

Adam G-H
committed
"composer/composer": "^2.2.12 || ^2.3.5",
"composer-runtime-api": "^2.1",

Ted Bowman
committed
"symfony/config": "^4.4 || ^6.1",
"php": ">=7.4.0",
"symfony/finder": "^4.4 || ^6.1"

Lucas Hedding
committed
},

Lucas Hedding
committed
"config": {
"platform": {

Ted Bowman
committed
"php": "7.4.0"
},
"scripts": {
"phpcbf": "scripts/phpcbf.sh",
"phpcs": "scripts/phpcs.sh",
"test": [
"Composer\\Config::disableProcessTimeout",
"scripts/phpunit.sh"
]
},
"scripts-descriptions": {
"phpcbf": "Automatically fixes standards violations where possible.",
"phpcs": "Checks code for standards compliance.",
"test": "Runs PHPUnit tests."

Adam G-H
committed
}