Commit 65c461a7 authored by Dieter Holvoet's avatar Dieter Holvoet
Browse files

Issue #3286722 by DieterHolvoet, Project Update Bot: Automated Drupal 10 compatibility fixes

parent 26266ae3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
    ],
    "require": {
        "php": "^7.2 || ^8.0",
        "drupal/core": "^8.5 || ^9.0"
        "drupal/core": "^8.5 || ^9 || ^10"
    },
    "require-dev": {
        "composer-runtime-api": "^2.0"
+3 −1
Original line number Diff line number Diff line
@@ -2,5 +2,7 @@ name: Container Dumper
type: module
description: Dumps the Symfony container to a file for use with static analysers
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
  - drupal:system (>= 8.5)
php: 7.2