-
- Downloads
Issue #3336307: Drupal 10 and PHP 8.0 support for 3.x and 4.x
Signed-off-by:
Jibran Ijaz <jibran.ijaz@gmail.com>
Showing
- .circleci/config.yml 4 additions, 14 deletions.circleci/config.yml
- composer.json 2 additions, 2 deletionscomposer.json
- dynamic_entity_reference.info.yml 2 additions, 2 deletionsdynamic_entity_reference.info.yml
- src/Normalizer/DynamicEntityReferenceItemNormalizer.php 1 addition, 1 deletionsrc/Normalizer/DynamicEntityReferenceItemNormalizer.php
- tests/modules/dynamic_entity_reference_entity_test/dynamic_entity_reference_entity_test.info.yml 2 additions, 2 deletions...entity_test/dynamic_entity_reference_entity_test.info.yml
- tests/modules/dynamic_entity_reference_test_entity_provider/dynamic_entity_reference_test_entity_provider.info.yml 2 additions, 2 deletions...er/dynamic_entity_reference_test_entity_provider.info.yml
- tests/modules/dynamic_entity_reference_test_views/dynamic_entity_reference_test_views.info.yml 2 additions, 2 deletions...e_test_views/dynamic_entity_reference_test_views.info.yml
... | ... | @@ -23,8 +23,8 @@ |
"license": "GPL-2.0-or-later", | ||
"minimum-stability": "dev", | ||
"require": { | ||
"php": ">=8.0", | ||
"drupal/core": "^9.3 || ^10" | ||
"php": ">=8.1", | ||
"drupal/core": "^10" | ||
}, | ||
"require-dev": { | ||
"mglaman/phpstan-drupal": "^1.1", | ||
... | ... |
Please register or sign in to comment