From 45ab7f7b88d0b281c8d2fe941fd6008645170c48 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Wed, 18 Jan 2023 09:54:21 +1100 Subject: [PATCH 1/2] POC Drupal 10 est --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d97ddd4..13ecae4 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "GPL-2.0-or-later", "type": "drupal-module", "require": { - "dpc-sdp/tide_core": "^3.1.0" + "dpc-sdp/tide_core": "dev-feature/poc-drupal-10-est as 3.1.14" }, "suggest": { "dpc-sdp/tide_media:^3.0.0": "Media and related configuration for Tide Drupal 8 distribution" From 085e2a3c1d57d78150276c38ac96ccf9d4d62a65 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Wed, 18 Jan 2023 10:08:47 +1100 Subject: [PATCH 2/2] another update --- composer.dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.dev.json b/composer.dev.json index f034ad2..c745d45 100644 --- a/composer.dev.json +++ b/composer.dev.json @@ -6,7 +6,7 @@ "composer/installers": "^1.9", "cweagans/composer-patches": "^1.6.0", "drupal/core-composer-scaffold": "^10.0", - "drupal/core": "9.4.x", + "drupal/core": "10.0.x", "drush/drush": "^10", "vlucas/phpdotenv": "^4.1", "webflo/drupal-finder": "^1.0" @@ -26,7 +26,7 @@ "symfony/filesystem": "^4.4", "php-http/curl-client": "*", "phpunit/phpunit": "^8.5.14 || ^9", - "drupal/core-dev":"9.4.x", + "drupal/core-dev":"10.0.x", "phpspec/prophecy-phpunit":"^2", "weitzman/drupal-test-traits": "^1.5" },