1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

fix(1.x): textformatter 2.15 has breaking changes (#3946)

This commit is contained in:
Sami Mazouz
2023-12-14 14:44:30 +01:00
committed by GitHub
parent 480093d023
commit 62080303bf

View File

@@ -75,7 +75,7 @@
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"s9e/text-formatter": "^2.3.6",
"s9e/text-formatter": ">=2.3.6 <2.15",
"staudenmeir/eloquent-eager-limit": "^1.0",
"sycho/json-api": "^0.5.0",
"sycho/sourcemap": "^2.0.0",