Skip to content

Commit

Permalink
OEL-1017: OEL-1017: Update minimal versions of file_link, pathauto an…
Browse files Browse the repository at this point in the history
…d ctools due to drupal 9.2 compatibility on lowest installation.
  • Loading branch information
gilmarfdelima authored and gilmarfdelima committed Feb 10, 2022
1 parent 231db83 commit e54ff09
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@
},
"require-dev": {
"composer/installers": "^1.11",
"drupal/core-composer-scaffold": "^8.9 || ^9.1",
"drupal/config_devel": "~1.2",
"drupal/better_exposed_filters": "^5.0",
"drupal/config_devel": "~1.2",
"drupal/core-composer-scaffold": "^8.9 || ^9.1",
"drupal/ctools": "^3.7",
"drupal/drupal-extension": "~4.1",
"drupal/file_link": "^2.0.4",
"drupal/pathauto": "^1.8",
"drupal/search_api": "^1.21",
"drupal/search_api_autocomplete": "^1.5",
"drush/drush": "^10.3",
"easyrdf/easyrdf": "1.0.0 as 0.9.1",
"egulias/email-validator": "^2.1.22 || ^3.0",
"openeuropa/code-review": "1.7",
"openeuropa/composer-artifacts": "~0.1",
"openeuropa/drupal-core-require-dev": "^8.9 || ^9.1",
Expand All @@ -26,10 +33,7 @@
"openeuropa/oe_multilingual": "^1.9",
"openeuropa/oe_starter_content": "1.x-dev",
"openeuropa/task-runner-drupal-project-symlink": "^1.0",
"phpspec/prophecy-phpunit": "^1 || ^2",
"easyrdf/easyrdf": "1.0.0 as 0.9.1",
"drupal/search_api": "^1.21",
"drupal/search_api_autocomplete": "^1.5"
"phpspec/prophecy-phpunit": "^1 || ^2"
},
"scripts": {
"post-install-cmd": "./vendor/bin/run drupal:site-setup",
Expand Down Expand Up @@ -61,6 +65,12 @@
"web-root": "./build"
}
},
"_readme": [
"Explicit minimum version requirement of drupal/ctools module due to D9.2 compatability.",
"Explicit requirement for drupal/file_link due to https://www.drupal.org/project/file_link/issues/3147517. It can be removed when oe_media requires version 2.0.4 or above.",
"Explicit requirement for drupal/pathauto due to D9.2 compatability 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."
],
"installer-paths": {
"build/core": [
"type:drupal-core"
Expand Down

0 comments on commit e54ff09

Please sign in to comment.