Commit 9b00e92a authored by Ilcho Vuchkov's avatar Ilcho Vuchkov Committed by Ilcho Vuchkov
Browse files

Issue #3286705 by Project Update Bot, yashingole, vuil: Automated Drupal 10 compatibility fixes

parent ac4eefb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,6 +10,6 @@
    "license": "GPL-2.0-or-later",
    "minimum-stability": "dev",
    "require": {
        "drupal/core": "^8 || ^9"
        "drupal/core": "^8 || ^9 || ^10"
    }
}
+1 −2
Original line number Diff line number Diff line
name: 'Contact Block'
type: module
description: 'Provides blocks for Contact form module.'
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
 - drupal:block
 - drupal:contact