-
- Downloads
Issue #3416288: Bump minimum requirements: PHP 8.1 and Drupal 10.1
parent
adb1ac0a
No related branches found
No related tags found
Showing
- composer.json 5 additions, 7 deletionscomposer.json
- modules/patternkit_example/patternkit_example.info.yml 1 addition, 1 deletionmodules/patternkit_example/patternkit_example.info.yml
- modules/patternkit_media_library/patternkit_media_library.info.yml 1 addition, 1 deletion...atternkit_media_library/patternkit_media_library.info.yml
- modules/patternkit_usage_tracking/patternkit_usage_tracking.info.yml 1 addition, 2 deletions...ternkit_usage_tracking/patternkit_usage_tracking.info.yml
- modules/patternkit_usage_tracking/tests/src/Unit/UsageRevisionHelperTest.php 5 additions, 5 deletions...usage_tracking/tests/src/Unit/UsageRevisionHelperTest.php
- patternkit.info.yml 2 additions, 2 deletionspatternkit.info.yml
- src/Entity/Pattern.php 14 additions, 0 deletionssrc/Entity/Pattern.php
- tests/src/Unit/JSONSchemaEditorTraitTest.php 7 additions, 0 deletionstests/src/Unit/JSONSchemaEditorTraitTest.php
- tests/src/Unit/PatternElementTest.php 6 additions, 2 deletionstests/src/Unit/PatternElementTest.php
- tests/src/Unit/Plugin/PatternFieldProcessor/TokenProcessorTest.php 6 additions, 2 deletions.../Unit/Plugin/PatternFieldProcessor/TokenProcessorTest.php
- tests/src/Unit/Schema/SchemaRefHandlerTest.php 7 additions, 0 deletionstests/src/Unit/Schema/SchemaRefHandlerTest.php
... | @@ -14,16 +14,14 @@ | ... | @@ -14,16 +14,14 @@ |
], | ], | ||
"license": "MIT", | "license": "MIT", | ||
"require": { | "require": { | ||
"php": ">=7.4.0", | "php": ">=8.1", | ||
"ext-json": "*", | "ext-json": "*", | ||
"marcj/topsort": "^2.0.0", | "marcj/topsort": "^2.0.0", | ||
"swaggest/json-schema": "^0.12", | "swaggest/json-schema": "^0.12", | ||
"symfony/finder": "^3.4 || ^4 || ^6", | "symfony/finder": "^4 || ^5 || ^6", | ||
"symfony/polyfill-php80": "^1", | "symfony/serializer": "^4 || ^5 || ^6", | ||
"symfony/polyfill-php81": "^1", | "symfony/property-access": "^4 || ^5 || ^6", | ||
"symfony/serializer": "^3.4 || ^4 || ^6", | "symfony/yaml": "^4 || ^5 || ^6", | ||
"symfony/property-access": "^3.4 || ^4 || ^6", | |||
"symfony/yaml": "^3.4 || ^4 || ^6", | |||
"webmozart/assert": "^1.0", | "webmozart/assert": "^1.0", | ||
"webmozart/path-util": "^2.1.0" | "webmozart/path-util": "^2.1.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment