Skip to content
Snippets Groups Projects
Commit 89d0f1dc authored by Vasyl Zaitsev's avatar Vasyl Zaitsev Committed by Kevin Quillen
Browse files

Issue #3286821: Automated Drupal 10 compatibility fixes

parent 727c1940
No related branches found
Tags 8.x-1.1
1 merge request!1Resolve #3286821 "Automated drupal 10"
{
"name": "drupal/creditfield",
"type": "drupal-module",
"description": "Creditfield is a small proof of concept module that provides 3 FormAPI elements to be used in the Drupal Form API for custom forms.",
"homepage": "http://drupal.org/project/creditfield",
"license": "GPL-2.0+",
"authors": [
{
"name": "Kevin Quillen (kevinquillen)",
"homepage": "https://www.drupal.org/u/kevinquillen",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/creditfield",
"source": "https://git.drupalcode.org/project/creditfield"
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10"
}
}
......@@ -2,4 +2,4 @@ name: Credit Field (Form Element)
type: module
description: Defines credit card form field elements for use with the Form API.
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
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