Skip to content
Snippets Groups Projects
composer.json 1.12 KiB
Newer Older
{
  "name": "drupal/automatic_updates",
  "type": "drupal-module",
  "description": "Drupal Automatic Updates",
  "keywords": ["Drupal"],
  "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": {
  },
  "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."