Skip to content
Snippets Groups Projects
Commit 9806a96c authored by Ben Stallings's avatar Ben Stallings Committed by Nikunj Kotecha
Browse files

Issue #3465086 by benstallings, zeeshan_khan: Drupal 11 compatibility fixes

parent 514bab8c
No related branches found
No related tags found
1 merge request!16mark modules as Drupal 11 ready
Pipeline #292330 passed with warnings
......@@ -2,7 +2,7 @@ type: module
name: Clientside Validation
description: 'Add client side validation to forms.'
package: Clientside Validation
core_version_requirement: ^9.4 || ^10
core_version_requirement: ^9.4 || ^10 || ^11
test_dependencies:
- clientside_validation:clientside_validation_demo
......@@ -3,6 +3,6 @@ name: Clientside Validation Demo
description: 'Provides demo for Clientside Validation.'
package: Clientside Validation
configure: clientside_validation_demo.form
core_version_requirement: ^9.4 || ^10
core_version_requirement: ^9.4 || ^10 || ^11
dependencies:
- clientside_validation:clientside_validation_jquery
......@@ -3,6 +3,6 @@ name: Clientside Validation jQuery
description: 'Uses the jQuery Validate plugin as the clientside validation library.'
package: Clientside Validation
configure: clientside_validation_jquery.settings_form
core_version_requirement: ^9.4 || ^10
core_version_requirement: ^9.4 || ^10 || ^11
dependencies:
- clientside_validation:clientside_validation
......@@ -11,6 +11,6 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.4.0",
"drupal/core": "^9.4 || ^10.0"
"drupal/core": "^9.4 || ^10.0 || ^11.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment