-
- Downloads
Issue #3290165 by Project Update Bot, loopy1492, gnikolovski: Automated Drupal...
Issue #3290165 by Project Update Bot, loopy1492, gnikolovski: Automated Drupal 10 compatibility fixes
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- src/TwigExtension/RenderThis.php 4 additions, 2 deletionssrc/TwigExtension/RenderThis.php
- tests/src/Functional/TwigRenderThisTest.php 13 additions, 13 deletionstests/src/Functional/TwigRenderThisTest.php
- tests/twig_render_this_test/twig_render_this_test.info.yml 0 additions, 2 deletionstests/twig_render_this_test/twig_render_this_test.info.yml
- twig_render_this.info.yml 1 addition, 2 deletionstwig_render_this.info.yml
... | ... | @@ -18,6 +18,6 @@ |
"license": "GPL-2.0+", | ||
"minimum-stability": "dev", | ||
"require": { | ||
"drupal/core": "^8 || ^9" | ||
"drupal/core": "^9 || ^10" | ||
} | ||
} |
Please sign in to comment