Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion localgov_elections.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: LocalGov Elections Reporting
description: Election reporting module.
type: module
package: LocalGov Drupal
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11

dependencies:
- autocomplete_deluxe:autocomplete_deluxe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: 'Localgov Elections Reporting - Parliamentary Constituency Provider'
type: module
description: 'Provides a UK constituency boundary provider. Data source: https://geoportal.statistics.gov.uk/datasets/ons::westminster-parliamentary-constituencies-future-boundaries-uk-bfe-3/about'
package: LocalGov Drupal
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11
dependencies:
- localgov_elections:localgov_elections
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: LocalGov Elections Reporting - ONS Divisions 2024
description: ONS Divisions 2024 Plugin
type: module
package: LocalGov Drupal
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11

dependencies:
- localgov_elections:localgov_elections
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: LocalGov Elections Reporting - ONS Parishes 2024
description: ONS Parishes 2024 Plugin
type: module
package: LocalGov Drupal
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11

dependencies:
- localgov_elections:localgov_elections
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: LocalGov Elections Reporting - ONS Wards 2024
description: ONS Wards 2024 Plugin
type: module
package: LocalGov Drupal
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11

dependencies:
- localgov_elections:localgov_elections
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: LocalGov Elections Reporting - ONS Wards 2023
description: ONS Wards 2023 Plugin
type: module
package: LocalGov Drupal
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11
lifecycle: deprecated
lifecycle_link: https://github.com/localgovdrupal/localgov_elections/issues/155

Expand Down
Loading