From 44619a33bbacbaf72c755a929d5ef6e42980db86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Sat, 8 Jul 2017 09:07:57 +0200 Subject: [PATCH] Use 8.7.x as TYPO3 core version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 59b41b81..c4ffd370 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "typo3/cms": "8.7.1", + "typo3/cms": "^8.7", "helhum/typo3-console": "^4.5", "dmitryd/typo3-realurl": "^2.2", "apache-solr-for-typo3/solr": "^6.0", -- GitLab