Skip to content

Commit a97161a

Browse files
committed
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 ratchetphp/Ratchet#1054
1 parent 26e4518 commit a97161a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^8.1",
2222
"ext-ctype": "*",
23-
"typo3/cms-core": "^12.4.6",
23+
"typo3/cms-core": "^12.4.6 || ^13.4.0",
2424
"cundd/assetic_additions": "^2.0.0",
2525
"assetic/framework": "^3.1.2"
2626
},

0 commit comments

Comments
 (0)