Issue #3039120 by heddn: Create initial feature to display relevant PSA data in Drupal
parents
No related branches found
No related tags found
Showing
- automatic_updates.info.yml 5 additions, 0 deletionsautomatic_updates.info.yml
- composer.json 17 additions, 0 deletionscomposer.json
- drupalci.yml 20 additions, 0 deletionsdrupalci.yml
- tests/modules/test_automatic_updates/src/Controller/JsonTestController.php 39 additions, 0 deletions...t_automatic_updates/src/Controller/JsonTestController.php
- tests/modules/test_automatic_updates/test_automatic_updates.info.yml 5 additions, 0 deletions...es/test_automatic_updates/test_automatic_updates.info.yml
- tests/modules/test_automatic_updates/test_automatic_updates.routing.yml 7 additions, 0 deletions...test_automatic_updates/test_automatic_updates.routing.yml
- tests/src/Functional/AutomaticUpdatesTest.php 58 additions, 0 deletionstests/src/Functional/AutomaticUpdatesTest.php
automatic_updates.info.yml
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/automatic_updates", | ||
"type": "drupal-module", | ||
"description": "Drupal Automatic Updates", | ||
"keywords": ["Drupal"], | ||
"license": "GPL-2.0+", | ||
"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": "*", | ||
"composer/semver": "^1.0@dev" | ||
} | ||
} |
drupalci.yml
0 → 100644
Please register or sign in to comment