Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EWPP-2358: 9.4 support. #142

Merged
merged 1 commit into from
Jun 30, 2022
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
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prefer-stable": true,
"require": {
"php": ">=7.4",
"drupal/core": "^9.2",
"drupal/core": "^9.3",
"drupal/emr": "^1.1",
"drupal/facets": "^2.0",
"drupal/multivalue_form_element": "^1.0@beta",
Expand All @@ -18,15 +18,14 @@
"composer/installers": "^1.11",
"drupal/address": "^1.8",
"drupal/config_devel": "^1.2",
"drupal/core-composer-scaffold": "^9.2",
"drupal/core-dev": "^9.2",
"drupal/core-composer-scaffold": "^9.3",
"drupal/core-dev": "^9.3",
"drupal/ctools": "^3.7",
"drupal/drupal-extension": "^4.0",
"drupal/extra_field": "^2.1",
"drupal/inline_entity_form": "^1.0-rc9",
"drupal/token": "^1.10",
"drush/drush": "^10.3",
"egulias/email-validator": "^2.1.22 || ^3.0",
"openeuropa/code-review": "^2.0",
"openeuropa/oe_link_lists": "^0.14",
"openeuropa/oe_multilingual": "^1.10",
Expand Down Expand Up @@ -77,8 +76,7 @@
}
},
"_readme": [
"Explicit lower version requirement of drupal/ctools due to Drupal core 9.2 compatibility.",
"Explicit requirement for egulias/email-validator due to https://www.drupal.org/project/drupal/issues/3061074#comment-14300579. It can be removed when Drupal core 9.2 support is droppped.",
"Explicit lower version requirement of drupal/ctools due to Drupal core 9.3 compatibility.",
"Explicit minimum version requirement for symfony/dom-crawler due to its lower versions using the deprecated function libxml_disable_entity_loader() in PHP8.",
"Explicit requirement of drupal/token module due to PHP 8 compatbility."
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The OpenEuropa List Page content type.
package: OpenEuropa

type: module
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- emr:emr_node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This submodule adds support for Address fields in List Pages.
package: OpenEuropa

type: module
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- address:address
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides a link list source plugin that collect links from a list p
package: OpenEuropa

type: module
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- oe_link_lists:oe_link_lists
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Test module for OpenEuropa List Pages Link List Source
package: Testing

type: module
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- oe_list_pages_link_list_source:oe_list_pages_link_list_source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This submodule adds support for OpenVocabularies fields in List Pag
package: OpenEuropa

type: module
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- oe_list_pages:oe_list_pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Test module for OpenEuropa List Pages Open Vocabularies
package: Testing

type: module
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- oe_list_pages:oe_list_pages_open_vocabularies
Expand Down
2 changes: 1 addition & 1 deletion oe_list_pages.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The OpenEuropa List Pages allows creation and management of list pa
package: OpenEuropa

type: module
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- emr:emr_node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: The test module for OE List Pages plugin event subscriber.

package: Testing
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- oe_list_pages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: The test module for filters of OE List Pages.

package: Testing
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- drupal:link
Expand Down