Skip to content

Commit

Permalink
OEL-1910: Drupal 9.4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
drishu committed Sep 20, 2022
1 parent f75644a commit a2bcc45
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 19 deletions.
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"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",
Expand All @@ -19,8 +19,8 @@
"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",
Expand All @@ -38,20 +38,19 @@
"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/oe_content": "^3.0.0-alpha4",
"openeuropa/oe_content_extra": "^1.0.0-beta1",
"openeuropa/oe_content_extra": "dev-OEL-1910",
"openeuropa/oe_corporate_blocks": "^4.4",
"openeuropa/oe_list_pages": "^0.16",
"openeuropa/oe_media": "^1.14",
"openeuropa/oe_multilingual": "^1.9",
"openeuropa/oe_paragraphs": "^1.14",
"openeuropa/oe_starter_content": "^1.0.0-beta2",
"openeuropa/oe_starter_content": "dev-OEL-1910",
"openeuropa/task-runner-drupal-project-symlink": "^1.0-beta5",
"phpspec/prophecy-phpunit": "^2",
"symfony/dom-crawler": "^4.4.12"
Expand Down Expand Up @@ -95,6 +94,9 @@
"patches": {
"drupal/entity_reference_revisions": {
"https://www.drupal.org/project/entity_reference_revisions/issues/2937835": "https://www.drupal.org/files/issues/2021-03-26/entity_reference_revisions-field_formatter_label-2937835-36.patch"
},
"openeuropa/oe_bootstrap_theme": {
"OEL-1910": "https://github.com/openeuropa/oe_bootstrap_theme/compare/0.1.202209022238...OEL-1910.diff"
}
},
"drupal-scaffold": {
Expand All @@ -105,8 +107,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 requirement for drupal/pathauto due to D9.3 compatibility according to https://www.drupal.org/node/2979476.",
"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 @@ -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

0 comments on commit a2bcc45

Please sign in to comment.