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

UHF-11071: D11 #911

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
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
21 changes: 9 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"drupal/core": "^10",
"drupal/core-composer-scaffold": "^10",
"drupal/admin_toolbar": "^3.0",
"drupal/allowed_formats": "^2.0",
"drupal/ckeditor": "^1.0",
"drupal/allowed_formats": "^3.0",
"drupal/ckeditor5_paste_filter": "^1.0",
"drupal/config_ignore": "^3.0",
"drupal/config_rewrite": "^1.4",
Expand All @@ -24,19 +23,18 @@
"drupal/entity_browser": "^2.5",
"drupal/entity_usage": "^2.0@beta",
"drupal/eu_cookie_compliance": "1.24",
"drupal/external_entities": "^2.0@beta",
"drupal/external_entities": "^3.0@beta",
"drupal/field_group": "^3.1",
"drupal/focal_point": "^2.0",
"drupal/jquery_ui": "^1.6",
"drupal/jquery_ui_draggable": "^2.0",
"drupal/gin_toolbar": "^2.0",
"drupal/hal": "^2.0",
"drupal/helfi_api_base": "*",
"drupal/helfi_tpr": "*",
"drupal/image_style_quality": "^1.4",
"drupal/imagecache_external": "^3.0",
"drupal/imagemagick": "^3.4",
"drupal/linkit": "^6.0",
"drupal/imagemagick": "^4.0",
"drupal/linkit": "^7.0",
"drupal/media_entity_file_replace": "^1.0",
"drupal/menu_block_current_language": "^2.0",
"drupal/menu_link_attributes": "^1.2",
Expand All @@ -45,15 +43,14 @@
"drupal/paragraphs": "^1.12",
"drupal/paragraphs_asymmetric_translation_widgets": "^1.0",
"drupal/pathauto": "^1.8",
"drupal/publication_date": "^2.0@beta",
"drupal/publication_date": "^3.0",
"drupal/real_aes": "^2.6",
"drupal/rdf": "^2.0",
"drupal/readonly_field_widget": "^1.0",
"drupal/redirect": "^1.6",
"drupal/role_delegation": "^1.1",
"drupal/scheduler": "^1.3",
"drupal/scheduler": "^2",
"drupal/search_api": "^1.0",
"drupal/select2": "^1.12",
"drupal/select2": "^2.0",
"drupal/simple_sitemap": "^4.0",
"drupal/siteimprove": "^2.0",
"drupal/social_media": "^2.0",
Expand All @@ -62,9 +59,9 @@
"drupal/token": "^1.9",
"drupal/translatable_menu_link_uri": "^2.0",
"drupal/view_unpublished": "^1.0",
"drupal/views_bulk_edit": "^2.7",
"drupal/views_bulk_edit": "^3.0",
"drupal/views_bulk_operations": "^4.1",
"drupal/stage_file_proxy": "^2",
"drupal/stage_file_proxy": "^3",
"ruflin/elastica": "^8.0",
"league/uri": "^6.0",
"php": "^8.1"
Expand Down
2 changes: 1 addition & 1 deletion helfi_platform_config.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: HELfi platform config
type: module
package: Custom
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11
dependencies:
- drupal:language
- drupal:views
Expand Down
2 changes: 1 addition & 1 deletion modules/hdbt_admin_tools/hdbt_admin_tools.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Helfi admin tools'
type: module
description: 'Performs alterations to hdbt and hdbt admin related content.'
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11
dependencies:
- admin_toolbar:admin_toolbar
- admin_toolbar_tools:admin_toolbar_tools
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion modules/helfi_base_content/helfi_base_content.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'HELfi Base Content'
type: module
core_version_requirement: '^9 || ^10'
core_version_requirement: '^10 || ^11'
dependencies:
- config_ignore:config_ignore
- content_lock:content_lock
Expand Down
Loading
Loading