-
- Downloads
Issue #3261232 by IT-Cru, lhridley, Project Update Bot: Check and prepare D10 readiness
parent
f222d2a0
No related branches found
No related tags found
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- drush.services.yml 2 additions, 2 deletionsdrush.services.yml
- image_style_warmer.info.yml 1 addition, 1 deletionimage_style_warmer.info.yml
- src/Commands/ImageStyleWarmerCommands.php 25 additions, 4 deletionssrc/Commands/ImageStyleWarmerCommands.php
- tests/src/Functional/ImageStyleWarmerDrushTest.php 1 addition, 27 deletionstests/src/Functional/ImageStyleWarmerDrushTest.php
- tests/src/Functional/ImageStyleWarmerGeneralTest.php 0 additions, 27 deletionstests/src/Functional/ImageStyleWarmerGeneralTest.php
- tests/src/Functional/ImageStyleWarmerTestBase.php 26 additions, 0 deletionstests/src/Functional/ImageStyleWarmerTestBase.php
... | ... | @@ -15,13 +15,13 @@ |
"source": "https://cgit.drupalcode.org/image_style_warmer" | ||
}, | ||
"require-dev": { | ||
"drush/drush": "^9.0 || ^10" | ||
"drush/drush": "^10 || ^11" | ||
}, | ||
"license": "GPL-2.0+", | ||
"extra": { | ||
"drush": { | ||
"services": { | ||
"drush.services.yml": "^9" | ||
"drush.services.yml": "^9 || ^10 || ^11" | ||
} | ||
} | ||
} | ||
... | ... |
Please register or sign in to comment