Skip to content

Commit

Permalink
UHF-9493: Add core-composer-scaffold and core-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Jun 24, 2024
1 parent 33e9849 commit 374b9e7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"require": {
"ext-curl": "*",
"drupal/core": "^10.1.5",
"drupal/core-composer-scaffold": "^10.0",
"drupal/admin_toolbar": "^3.0",
"drupal/allowed_formats": "^2.0",
"drupal/ckeditor": "^1.0",
Expand Down Expand Up @@ -64,9 +65,13 @@
"league/uri": "^6.0",
"php": "^8.1"
},
"require-dev": {
"drupal/core-dev": "^10"
},
"conflict": {
"drupal/core": "<10.2 || >10.2",
"drupal/core-dev": "<10.2 || >10.2",
"drupal/core": "<10.2 || >=10.3",
"drupal/core": "<10.2 || >=10.3",
"drupal/core-dev": "<10.2 || >=10.3",
"drupal/ctools": "<3.11 || ^4.0.1",
"drupal/gin_toolbar": ">1.0.0-rc5",
"drupal/helfi_media_map": "*",
Expand Down

0 comments on commit 374b9e7

Please sign in to comment.