Skip to content

Commit

Permalink
UHF-9113: Install Drupal 10
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Oct 25, 2023
1 parent fb110ef commit 7d0555c
Show file tree
Hide file tree
Showing 2 changed files with 2,326 additions and 2,166 deletions.
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.6.7",
"drupal/better_exposed_filters": "^6.0",
"drupal/core": "^9.4",
"drupal/core-composer-scaffold": "^9.4",
"drupal/core": "^10.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/flexible_permissions": "^1.0",
"drupal/group": "^2.0",
"drupal/group_content_menu": "^2.0",
"drupal/hdbt": "^5.0",
"drupal/hdbt": "dev-UHF-9113-drupal10",
"drupal/hdbt_admin": "^2.0",
"drupal/helfi_azure_fs": "^1.1",
"drupal/helfi_azure_fs": "dev-UHF-9113-drupal-10-support",
"drupal/helfi_drupal_tools": "dev-main",
"drupal/helfi_navigation": "^2.0",
"drupal/helfi_platform_config": "^3.0",
"drupal/helfi_navigation": "dev-UHF-9113-drupal-10-support",
"drupal/helfi_platform_config": "dev-UHF-9113-drupal10",
"drupal/helfi_proxy": "^3.0",
"drupal/helfi_tpr": "^2.0",
"drupal/helfi_tpr": "dev-UHF-9113-drupal-10-support",
"drupal/helfi_tunnistamo": "^3.0",
"drupal/override_node_options": "^2.6",
"drupal/raven": "^4.0",
Expand All @@ -33,7 +33,7 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"drupal/coder": "^8.3",
"drupal/core-dev": "^9.1",
"drupal/core-dev": "^10.0",
"phpspec/prophecy-phpunit": "^2",
"phpunit/phpunit": "^9.6",
"weitzman/drupal-test-traits": "^2.1"
Expand All @@ -49,7 +49,8 @@
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"php-http/discovery": false
"php-http/discovery": false,
"phpstan/extension-installer": true
},
"audit": {
"abandoned": "report"
Expand Down
Loading

0 comments on commit 7d0555c

Please sign in to comment.