Skip to content
Snippets Groups Projects
Commit 051a2128 authored by Andrey Vitushkin's avatar Andrey Vitushkin
Browse files

Issue #3482954: Mark the branch as not compatible with Drupal 11

parent 688037e5
No related branches found
No related tags found
No related merge requests found
Pipeline #328256 failed
......@@ -17,7 +17,7 @@
"source": "https://git.drupalcode.org/project/field_ipaddress_pgsql"
},
"require": {
"drupal/core": "^10.2 || ^11",
"drupal/core": "^10.2",
"php": ">=8.1",
"s1lentium/iptools": "1.2.0"
}
......
......@@ -2,4 +2,4 @@ name: 'Field IP address PostgreSQL'
type: module
description: 'Provides field types that are stored and processed as PostgreSQL network address types.'
package: Field types
core_version_requirement: ^10.2 || ^11
core_version_requirement: ^10.2
......@@ -2,9 +2,9 @@
namespace Drupal\Tests\field_ipaddress_pgsql\Functional;
use Drupal\Tests\BrowserTestBase;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\Tests\BrowserTestBase;
/**
* Tests the ip field functionality.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment