1
0
mirror of https://github.com/flarum/core.git synced 2025-08-18 22:31:32 +02:00

works towards #1789 by allowing event subscribing (#1810)

This commit is contained in:
Daniël Klabbers
2019-10-01 11:12:46 +02:00
committed by GitHub
parent 8faf774210
commit ccb8b1b6cc
3 changed files with 14 additions and 3 deletions

View File

@@ -60,6 +60,7 @@
"s9e/text-formatter": "^1.2.0",
"symfony/config": "^3.3",
"symfony/console": "^4.2",
"symfony/event-dispatcher": "^4.3.2",
"symfony/translation": "^3.3",
"symfony/yaml": "^3.3",
"tobscure/json-api": "^0.3.0",