Issue #3051261 by mondrake: Deprecation fixes
Showing
- README.txt 5 additions, 4 deletionsREADME.txt
- composer.json 1 addition, 1 deletioncomposer.json
- drupalci.yml 24 additions, 0 deletionsdrupalci.yml
- templates/textimage-formatter.html.twig 2 additions, 2 deletionstemplates/textimage-formatter.html.twig
- tests/src/Functional/TextimageRedirectIntegrationTest.php 9 additions, 2 deletionstests/src/Functional/TextimageRedirectIntegrationTest.php
- textimage.install 0 additions, 14 deletionstextimage.install
... | ... | @@ -3,7 +3,7 @@ |
"type": "drupal-module", | ||
"description": "Provides Text and Image field formatters, and an API, to allow building image styles with variable text.", | ||
"require": { | ||
"php": ">=7", | ||
"php": ">=7.1", | ||
"drupal/core": "^8.8 || ^9", | ||
"drupal/image_effects": "^3" | ||
}, | ||
... | ... |
drupalci.yml
0 → 100644
Please register or sign in to comment