From d6806ef2fb93557dff57afbed9adfa717e9c7ea2 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 28 Aug 2020 12:21:28 +0200 Subject: [PATCH] [TASK] Update the dev dependencies For the dev dependencies, we now are using the patch-level version requirements to ensure that we will not fall back below the current state of bug fixes. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7bbb9c6..7d416d7 100644 --- a/composer.json +++ b/composer.json @@ -36,10 +36,10 @@ "typo3/cms-viewpage": "^10.4" }, "require-dev": { - "helhum/dotenv-connector": "^2.2", - "typo3-console/composer-typo3-auto-install": "^0.4", - "typo3-console/php-server-command": "^0.2", - "typo3/testing-framework": "^5" + "helhum/dotenv-connector": "^2.3.1", + "typo3-console/composer-typo3-auto-install": "^0.4.1", + "typo3-console/php-server-command": "^0.2.4", + "typo3/testing-framework": "^5.0.16" }, "extra": { "typo3/cms": {