From e4c0e47f631893f08d2bf533278e9efa6a289a7a Mon Sep 17 00:00:00 2001 From: Sven Wappler Date: Mon, 21 Dec 2020 14:04:21 +0100 Subject: [PATCH] test --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce08d5e..9b06f95 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,8 @@ "description": "Patches for TYPO3 core", "license": "GPL-2.0-or-later", "require": { - "cweagans/composer-patches": "~1.0" + "cweagans/composer-patches": "~1.0", + "typo3/cms-core": "^10.4" }, "extra": { "enable-patching": true,