Skip to content

Commit

Permalink
WIP: Allow installation on TYPO3 v13
Browse files Browse the repository at this point in the history
Ratchet - the websocket server implementation use for LiveReload - is
not yet compatible with TYPO3's dependencies (i.e. Symfony)
See ratchetphp/Ratchet#1054
  • Loading branch information
cundd committed Dec 3, 2024
1 parent 26e4518 commit a97161a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit a97161a

Please sign in to comment.