Skip to content

Commit

Permalink
EWPP-2358: Drupal 9.4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
yenyasinn committed Jun 23, 2022
1 parent d726172 commit d4784ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 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.4",
"drupal/core": "^9.2",
"drupal/core": "^9.3",
"drupal/smart_trim": "^1.2",
"drupal/twig_field_value": "^2.0",
"drupal/ui_patterns": "^1.0",
Expand All @@ -22,8 +22,8 @@
"drupal/address": "~1.9",
"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/datetime_range_timezone": "~1.0.0-alpha2",
"drupal/datetime_testing": "^1.0",
Expand All @@ -41,7 +41,7 @@
"drupal/styleguide": "~1.0@beta",
"drupal/typed_link": "^2.0",
"drush/drush": "~10.3",
"egulias/email-validator": "^2.1.22 || ^3.0",
"fabpot/goutte": "~3.3",
"friends-of-behat/service-container-extension": "^1.0",
"instaclick/php-webdriver": "^1.4.7",
"nikic/php-parser": "^4.12.0",
Expand Down Expand Up @@ -109,10 +109,9 @@
}
},
"_readme": [
"openeuropa/oe_search is used from a branch because of major upgrading is pending. Change again when it released.",
"Explicit minimum version requirement of drupal/ctools module due to D9.2 compatability.",
"Explicit minimum version requirement of drupal/ctools module due to D9.3 compatability.",
"Explicit minimum version requirement of behat library due to PHP 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 minimum version requirement for fabpot/goutte due to lower version doesn't work with Drupal 9.3.",
"Explicit minimum version requirement for symfony/dom-crawler due to its lower versions using the deprecated function libxml_disable_entity_loader() in PHP8."
]
},
Expand Down
1 change: 1 addition & 0 deletions oe_theme.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ecl_datepicker:
js/ecl_datepicker.js: {}
dependencies:
- core/drupal
- core/jquery

print:
css:
Expand Down

0 comments on commit d4784ed

Please sign in to comment.