Skip to content

Commit fe36725

Browse files
committed
Drupal 11 support
1 parent c3d7b38 commit fe36725

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "GPL-2.0-or-later",
77
"minimum-stability": "dev",
88
"require": {
9-
"drupal/webform": "^6.0",
9+
"drupal/webform": "^6.3@beta",
1010
"drupal/geocoder": "^3.44 || ^4.21",
1111
"localgovdrupal/localgov_os_places_geocoder_provider": "1.x-dev"
1212
},

localgov_forms.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: LocalGov Forms
22
type: module
33
description: Provides additional configuration, styling and components for the Drupal Webform module.
4-
core_version_requirement: ^8.8 || ^9 || ^10
4+
core_version_requirement: ^10 || ^11
55
package: LocalGov Drupal
66

77
dependencies:

modules/localgov_forms_date/localgov_forms_date.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'LocalGov Forms: Date'
22
type: module
33
description: 'A custom Date component'
44
package: LocalGov Drupal
5-
core_version_requirement: ^8 || ^9 || ^10
5+
core_version_requirement: ^10 || ^11
66
dependencies:
77
- 'webform:webform'
88
- 'localgov_forms:localgov_forms'

modules/localgov_forms_decision_tree/localgov_forms_decision_tree.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: LocalGov Forms Demo Decision Tree
22
type: module
33
description: Demo of creating a decision tree with Drupal's webform module.
44
package: LocalGov Drupal Examples
5-
core_version_requirement: ^9 || ^10
5+
core_version_requirement: ^10 || ^11
66
dependencies:
77
- 'webform:webform'

modules/localgov_forms_example_liberty_create_integration/localgov_forms_example_liberty_create_integration.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: LocalGov Forms example Liberty Create integration
22
type: module
33
description: Liberty Create API integration example.
4-
core_version_requirement: ^10
4+
core_version_requirement: ^10 || ^11
55
package: LocalGov Drupal
66

77
dependencies:

0 commit comments

Comments
 (0)