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

OEL-1910: Drop drupal 9.2 support. #183

Merged
merged 1 commit into from
Sep 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
36 changes: 14 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,50 +8,45 @@
"require": {
"php": ">=7.4",
"cweagans/composer-patches": "^1.7",
"drupal/core": "^9.2",
"drupal/core": "^9.3",
"drupal/daterange_compact": "^2.0",
"drupal/twig_field_value": "^2.0",
"openeuropa/composer-artifacts": "^1.0.0-alpha1",
"openeuropa/oe_bootstrap_theme": "0.1.202209022238"
"openeuropa/oe_bootstrap_theme": "^1.0.0-beta6"
},
"require-dev": {
"composer/installers": "^1.11",
"drupal/better_exposed_filters": "^5.0",
"drupal/composite_reference": "^2.1",
"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/description_list_field": "^1.0@alpha",
"drupal/drupal-extension": "~4.1",
"drupal/entity_reference_revisions": "^1.9",
"drupal/extra_field": "^2.1",
"drupal/facets": "1.8.0 as 2.0.1",
"drupal/facets_form": "1.0.0-alpha2",
"drupal/facets_form": "1.0.0-alpha3",
"drupal/field_group": "^3.2",
"drupal/file_link": "^2.0.6",
"drupal/inline_entity_form": "^1.0-rc12",
"drupal/pathauto": "^1.8",
"drupal/search_api": "^1.21",
"drupal/search_api_autocomplete": "^1.5",
"drupal/token": "^1.10",
"drupal/typed_link": "^2.0",
"drush/drush": "^10.3",
"easyrdf/easyrdf": "1.0.0 as 0.9.1",
"egulias/email-validator": "^2.1.22 || ^3.0",
"league/csv": "^9.1",
"nikic/php-parser": "^4.13",
"openeuropa/code-review": "^1.7 || ^2.0",
"openeuropa/oe_authentication": "^1.4",
"openeuropa/oe_contact_forms": "~1.1",
"openeuropa/code-review": "^2.0",
"openeuropa/oe_authentication": "^1.8",
"openeuropa/oe_contact_forms": "~1.5",
"openeuropa/oe_content": "^3.0.0-alpha4",
"openeuropa/oe_content_extra": "^1.0.0-beta1",
"openeuropa/oe_corporate_blocks": "^4.4",
"openeuropa/oe_list_pages": "^0.16",
"openeuropa/oe_media": "^1.14",
"openeuropa/oe_multilingual": "^1.9",
"openeuropa/oe_content_extra": "^1.0.0-beta2",
"openeuropa/oe_corporate_blocks": "^4.8",
"openeuropa/oe_list_pages": "^0.20",
"openeuropa/oe_multilingual": "^1.11",
"openeuropa/oe_paragraphs": "^1.14",
"openeuropa/oe_starter_content": "^1.0.0-beta2",
"openeuropa/oe_starter_content": "^1.0.0-beta3",
"openeuropa/task-runner-drupal-project-symlink": "^1.0-beta5",
"phpspec/prophecy-phpunit": "^2",
"symfony/dom-crawler": "^4.4.12"
Expand Down Expand Up @@ -103,10 +98,7 @@
}
},
"_readme": [
"Explicit minimum version requirement of drupal/ctools module due to D9.2 compatibility.",
"Explicit requirement for drupal/file_link due to https://www.drupal.org/project/file_link/issues/3147517. It can be removed when oe_starter_content requires oe_media version 1.15.0 or above.",
"Explicit requirement for drupal/pathauto due to D9.2 compatibility according to https://www.drupal.org/node/2979476.",
"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 minimum version requirement of drupal/ctools module due to D9.3 compatibility.",
"Explicit requirement for league/csv due to PHP 8.0 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 token module due to PHP 8 compatbility.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenEuropa Whitelabel Theme contact forms
type: module
description: OpenEuropa Whitelabel contact forms tools.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- oe_contact_forms:oe_contact_forms
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenEuropa Whitelabel Content Extra Project
type: module
description: Module to override content extra project.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3
dependencies:
- oe_content_extra:oe_content_extra_project
- oe_whitelabel_helper:oe_whitelabel_helper
Expand Down
2 changes: 1 addition & 1 deletion modules/oe_whitelabel_helper/oe_whitelabel_helper.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenEuropa Whitelabel Theme Helper
type: module
description: OpenEuropa Whitelabel Theme helpers and tools.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- drupal:node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenEuropa Whitelabel List Pages
type: module
description: Companion module for the OE List Pages module.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3

dependencies:
- extra_field:extra_field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ dependencies:
module:
- node
- search_api
third_party_settings:
oe_list_pages:
lists_pages_index: true
id: oe_whitelabel_list_page_index_test
name: oe_whitelabel_list_page_index_test
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenEuropa Whitelabel List Pages Test
type: module
description: The test module for OE Whitelabel List Pages. Provides EventSubscriber, facets, index and content ready.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3
dependencies:
- oe_whitelabel_list_pages
- oe_whitelabel_starter_news
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: OpenEuropa Whitelabel Multilingual
type: module
description: Adds additional functionality to the Multilingual module
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3
dependencies:
- openeuropa:oe_multilingual
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenEuropa Whitelabel Paragraphs
type: module
description: Companion module to add support and customisations for oe_paragraphs.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3
dependencies:
- drupal:description_list_field
- oe_content:oe_content_timeline_field
Expand Down
2 changes: 1 addition & 1 deletion modules/oe_whitelabel_search/oe_whitelabel_search.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: OpenEuropa Whitelabel Search
type: module
description: Adds additional functionality to the search feature.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenEuropa Whitelabel Starter Event
type: module
description: Adds additional functionality to the Event module
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3
dependencies:
- oe_whitelabel:oe_whitelabel_helper
- oe_starter_content:oe_starter_content_event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenEuropa Whitelabel Starter News
type: module
description: Companion module to OE News providing styling to nodes.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3
dependencies:
- oe_whitelabel:oe_whitelabel_helper
- oe_starter_content:oe_starter_content_news
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenEuropa Whitelabel Starter Person
type: module
description: Companion module to OE Person providing styling to nodes.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^9.2
core_version_requirement: ^9.3
dependencies:
- oe_whitelabel:oe_whitelabel_helper
- oe_starter_content:oe_starter_content_person
Expand Down