Verified Commit 5fad39be authored by Clay Freeman's avatar Clay Freeman
Browse files

Issue #3287723 by clayfreeman: Automated Drupal 10 compatibility fixes

parent f4ef3b2b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@
        "discard-changes": true
    },
    "require": {
        "php": ">=7.3",
        "drupal/core": "^9.2",
        "php": ">=7.4",
        "drupal/core": "^9.3 || ^10",
        "league/iso3166": "^4.0"
    }
}
+390 −283

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@ name: 'Geoblock'
description: 'A module to facilitate blocking resource access by IP address origin country.'
package: 'Geoblock'

core_version_requirement: '^9.2'
core_version_requirement: '^9.3 || ^10'
type: module

configure: geoblock.settings

php: 7.3
php: '7.4'

dependencies:
  - 'drupal:system'