Issue #3136822 by shubhangi1995, JeroenT: Remove Drupal 9 deprecations
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- linkchecker.info.yml 1 addition, 1 deletionlinkchecker.info.yml
- src/Form/LinkCheckerLinkForm.php 5 additions, 4 deletionssrc/Form/LinkCheckerLinkForm.php
- tests/src/Kernel/LinkCheckerLinkAccessTest.php 1 addition, 0 deletionstests/src/Kernel/LinkCheckerLinkAccessTest.php
- tests/src/Kernel/LinkcheckerLinkExtractorServiceTest.php 1 addition, 1 deletiontests/src/Kernel/LinkcheckerLinkExtractorServiceTest.php
- tests/src/Kernel/LinkcheckerRepair301Test.php 3 additions, 3 deletionstests/src/Kernel/LinkcheckerRepair301Test.php
- tests/src/Kernel/LinkcheckerUnpublish404Test.php 1 addition, 1 deletiontests/src/Kernel/LinkcheckerUnpublish404Test.php
... | ... | @@ -19,7 +19,7 @@ |
}, | ||
"license": "GPL-2.0+", | ||
"require": { | ||
"drupal/core": "^8.6.0", | ||
"drupal/core": "^8.8.0 || ^9", | ||
"drupal/dynamic_entity_reference": "^1.0" | ||
}, | ||
"extra": { | ||
... | ... |
Please register or sign in to comment