diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 08fb2ef..8354340 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,10 @@ { "require": { - "mustache/mustache": "^2.11" + "mustache/mustache": "^2.11", + "cboden/ratchet": "^0.3.1" }, "autoload": { "psr-4": {"App\\": "src/"} + } }
\ No newline at end of file |