Showing
- composer.json 10 additions, 2 deletionscomposer.json
- drush.services.yml 9 additions, 0 deletionsdrush.services.yml
- scripts/install_module.sh 1 addition, 0 deletionsscripts/install_module.sh
- src/Commands/AutomaticUpdatesCommands.php 82 additions, 0 deletionssrc/Commands/AutomaticUpdatesCommands.php
- src/CronUpdateStage.php 1 addition, 1 deletionsrc/CronUpdateStage.php
- src/DrushUpdateStage.php 41 additions, 0 deletionssrc/DrushUpdateStage.php
- tests/src/Build/CoreUpdateTest.php 38 additions, 0 deletionstests/src/Build/CoreUpdateTest.php
... | @@ -19,7 +19,8 @@ | ... | @@ -19,7 +19,8 @@ |
"composer-runtime-api": "^2.1" | "composer-runtime-api": "^2.1" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"colinodell/psr-testlogger": "^1.2" | "colinodell/psr-testlogger": "^1.2", | ||
"drush/drush": "^11" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"phpcbf": "scripts/phpcbf.sh", | "phpcbf": "scripts/phpcbf.sh", | ||
... | @@ -42,5 +43,12 @@ | ... | @@ -42,5 +43,12 @@ |
"psr-4": { | "psr-4": { | ||
"Drupal\\automatic_updates\\Development\\": "scripts/src" | "Drupal\\automatic_updates\\Development\\": "scripts/src" | ||
} | } | ||
}, | |||
"extra": { | |||
"drush": { | |||
"services": { | |||
"drush.services.yml": "^11" | |||
} | |||
} | |||
} | } | ||
} | } | ||
\ No newline at end of file |
drush.services.yml
0 → 100644
src/Commands/AutomaticUpdatesCommands.php
0 → 100644
src/DrushUpdateStage.php
0 → 100644
Please register or sign in to comment