Unverified Commit f22bc8d3 authored by Alexandre Dias's avatar Alexandre Dias
Browse files

Issue #3295509: Only compatible with Drupal >=9.2

parent afb36f36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
    "extra": {
        "drush": {
            "services": {
                "drush.services.yml": "^9"
                "drush.services.yml": ">=9"
            }
        }
    }
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ package: 'Field types'
configure: phone_international.settings
dependencies:
  - drupal:field
core_version_requirement: ^8.8 || ^9 || ^10
core_version_requirement: '>=9.2'