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

Issue #3445961: Add support for "inet" date type

parent 6b69a8a6
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"source": "https://git.drupalcode.org/project/field_ipaddress_pgsql" "source": "https://git.drupalcode.org/project/field_ipaddress_pgsql"
}, },
"require": { "require": {
"drupal/core": "^10 || ^11", "drupal/core": "^10.2 || ^11",
"php": ">=8.1" "php": ">=8.1"
} }
} }
...@@ -2,6 +2,6 @@ name: 'Field IP address PostgreSQL' ...@@ -2,6 +2,6 @@ name: 'Field IP address PostgreSQL'
type: module type: module
description: 'Provides field types that are stored and processed as PostgreSQL network address types.' description: 'Provides field types that are stored and processed as PostgreSQL network address types.'
package: Field types package: Field types
core_version_requirement: ^10 || ^11 core_version_requirement: ^10.2 || ^11
dependencies: dependencies:
- drupal:pgsql - drupal:pgsql
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