summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2017-03-12 17:46:18 +0000
committerFbenas <philbeansburton@gmail.com>2017-03-12 17:46:18 +0000
commit6f4cd9178ba55ffb3fd80816cf9f4cda39ee0cad (patch)
tree83a3f14c14d9f426139b94e4dec2f46a21826bdb /composer.json
parenta61df3888e726938f9f6b3af9cb4c8084907dfc6 (diff)
Doc block and PSR
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
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