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

Add composer.json

parent 9755cdfe
No related branches found
No related tags found
No related merge requests found
{
"name": "drupal/field_ipaddress_pgsql",
"description": "Provides field types that are stored and processed as PostgreSQL network address types.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"homepage": "https://www.drupal.org/project/field_ipaddress_pgsql",
"authors": [
{
"name": "Andrey Vitushkin (wombatbuddy)",
"homepage": "https://www.drupal.org/u/wombatbuddy",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/field_ipaddress_pgsql",
"source": "https://git.drupalcode.org/project/field_ipaddress_pgsql"
},
"require": {
"drupal/core": "^10 || ^11",
"php": ">=8.1"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment