From e01c6b50d517a4dd399aa3c384224aa5aa78e527 Mon Sep 17 00:00:00 2001 From: Helmut Hummel Date: Wed, 3 Jan 2018 13:04:03 +0100 Subject: [PATCH] Require the latest (fixed) version of packages --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 122c60d..05ecad8 100644 --- a/composer.json +++ b/composer.json @@ -7,11 +7,10 @@ "description" : "TYPO3 CMS Distribution with console and .env support", "license": "GPL-2.0+", "require": { - "helhum/typo3-error-handling": "@dev", "helhum/typo3-config-handling": "^0.2.2", - "helhum/typo3-console": "^5.0", + "helhum/typo3-console": "^5.0.1", "helhum/typo3-secure-web": "^0.2.7", - "typo3-console/composer-auto-setup": "^0.3.4", + "typo3-console/composer-auto-setup": "^0.3.5", "roave/security-advisories": "dev-master", @@ -29,6 +28,7 @@ "typo3/cms-tstemplate": "^8.7.9", "typo3/cms-viewpage": "^8.7.9", + "helhum/typo3-error-handling": "@dev", "helhum/site-package": "@dev" }, "require-dev": {