1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Update TextFormatter to next release

This fixes some minor issues with emojis working correctly in the dropdown,
but not when rendered in the live preview or from the server.
This commit is contained in:
Franz Liedke
2016-05-23 22:48:25 +09:00
parent ac096926af
commit d3606b7f7e

View File

@@ -50,7 +50,7 @@
"symfony/http-foundation": "^2.7", "symfony/http-foundation": "^2.7",
"symfony/translation": "^2.7", "symfony/translation": "^2.7",
"symfony/yaml": "^2.7", "symfony/yaml": "^2.7",
"s9e/text-formatter": "^0.5.0", "s9e/text-formatter": "^0.5.1",
"tobscure/json-api": "^0.3.0", "tobscure/json-api": "^0.3.0",
"zendframework/zend-diactoros": "^1.1", "zendframework/zend-diactoros": "^1.1",
"zendframework/zend-stratigility": "^1.1" "zendframework/zend-stratigility": "^1.1"