Skip to content
Snippets Groups Projects
Commit f1451273 authored by Ankit Pathak's avatar Ankit Pathak Committed by Boris Doesborg
Browse files

Issue #3451395 by ankitv18, batigolix, knyshuk.vova: Automated Drupal 11...

Issue #3451395 by ankitv18, batigolix, knyshuk.vova: Automated Drupal 11 compatibility fixes for webform_analysis
parent 38fe7368
No related branches found
No related tags found
1 merge request!11Issue #3451395 "D11 readiness"
Pipeline #476484 passed with warnings
...@@ -25,6 +25,6 @@ include: ...@@ -25,6 +25,6 @@ include:
################ ################
variables: variables:
SKIP_ESLINT: 1 SKIP_ESLINT: 1
OPT_IN_TEST_PREVIOUS_MINOR: 1 OPT_IN_TEST_PREVIOUS_MAJOR: 1
OPT_IN_TEST_NEXT_MINOR: 1 OPT_IN_TEST_NEXT_MINOR: 1
_CSPELL_WORDS: 'BARAN, corechart, gchart, lbaran, webformcharts, Webforms' _CSPELL_WORDS: 'BARAN, corechart, gchart, lbaran, webformcharts, Webforms'
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"source": "https://git.drupalcode.org/project/webform_analysis" "source": "https://git.drupalcode.org/project/webform_analysis"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9 ||^10" "drupal/core": " ^9.5 || ^10 || ^11"
}, },
"require-dev": { "require-dev": {
"drupal/webform": "^5.6 || ^6" "drupal/webform": "^5.6 || ^6"
... ...
......
...@@ -2,7 +2,7 @@ type: module ...@@ -2,7 +2,7 @@ type: module
name: 'Webform Node Analysis' name: 'Webform Node Analysis'
description: 'Enables to obtain statistics on the results of form submissions.' description: 'Enables to obtain statistics on the results of form submissions.'
package: Webform package: Webform
core_version_requirement: ^8 || ^9 || ^10 core_version_requirement: ^9.5 || ^10 || ^11
dependencies: dependencies:
- 'webform:webform_node' - 'webform:webform_node'
- 'webform_analysis:webform_analysis' - 'webform_analysis:webform_analysis'
...@@ -2,6 +2,6 @@ type: module ...@@ -2,6 +2,6 @@ type: module
name: 'Webform Analysis' name: 'Webform Analysis'
description: 'Enables to obtain statistics on the results of form submissions.' description: 'Enables to obtain statistics on the results of form submissions.'
package: Webform package: Webform
core_version_requirement: ^8 || ^9 || ^10 core_version_requirement: ^9.5 || ^10 || ^11
dependencies: dependencies:
- 'webform:webform' - 'webform:webform'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment