Skip to content

Commit 8024a22

Browse files
committed
[SD-1637] Drupal 10.6.x upgrade
1 parent f876ffb commit 8024a22

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.dev.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"composer/installers": "^1.9",
77
"cweagans/composer-patches": "^1.6.0",
88
"drupal/core-composer-scaffold": "^11.0",
9-
"drupal/core": "10.5.2",
10-
"drupal/core-recommended": "10.5.2",
9+
"drupal/core": "10.6.x",
10+
"drupal/core-recommended": "10.6.x",
1111
"drush/drush": "^13",
1212
"vlucas/phpdotenv": "^4.1",
1313
"webflo/drupal-finder": "^1.0"
@@ -30,12 +30,12 @@
3030
"symfony/filesystem": "^6.2",
3131
"php-http/curl-client": "*",
3232
"phpunit/phpunit": "^8.5.14 || ^9",
33-
"drupal/core-dev":"10.5.x",
33+
"drupal/core-dev":"10.6.x",
3434
"phpspec/prophecy-phpunit":"^2",
3535
"weitzman/drupal-test-traits": "^1.5",
3636
"php-http/message": "~1.13",
3737
"php-http/message-factory": "^1.1",
38-
"guzzlehttp/psr7": "~2.7.0",
38+
"guzzlehttp/psr7": "~2.8.0",
3939
"dpc-sdp/tide_test": "^4.0.0",
4040
"drupal/test_helpers": "^1.2"
4141
},

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"drupal/config_perms": "2.x-dev@dev",
1717
"drupal/config_split": "^2.0",
1818
"drupal/config_update": "^2.0@alpha",
19-
"drupal/core": "10.5.2",
20-
"drupal/core-recommended": "10.5.2",
19+
"drupal/core": "10.6.x",
20+
"drupal/core-recommended": "10.6.x",
2121
"drupal/monitoring": "^1.13",
2222
"drupal/ckeditor_templates": "dev-feature/d10-compatible-with-ck5-support",
2323
"drupal/ctools": "^3.14",

0 commit comments

Comments
 (0)