From a97161a0ac6a5bc04e0675d0c2848c9744ef3c83 Mon Sep 17 00:00:00 2001 From: Daniel Corn Date: Tue, 3 Dec 2024 18:28:51 +0100 Subject: [PATCH] WIP: Allow installation on TYPO3 v13 Ratchet - the websocket server implementation use for LiveReload - is not yet compatible with TYPO3's dependencies (i.e. Symfony) See https://github.com/ratchetphp/Ratchet/issues/1054 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 55e4a44..4dfc2d2 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^8.1", "ext-ctype": "*", - "typo3/cms-core": "^12.4.6", + "typo3/cms-core": "^12.4.6 || ^13.4.0", "cundd/assetic_additions": "^2.0.0", "assetic/framework": "^3.1.2" },