forked from phillies2k/ratchet-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 840 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "p2/ratchet-bundle",
"description": "Symfony WebSocket bundle using the Ratchet WebSocket library",
"keywords": [ "websocket", "ratchet", "symfony", "bundle" ],
"license": "MIT",
"homepage": "https://github.com/phillies2k/ratchet-bundle",
"authors": [
{
"name": "Philipp Boes",
"email": "mostgreedy@gmail.com"
}
],
"require": {
"symfony/framework-bundle": "~2.3",
"symfony/security-bundle": "~2.3",
"symfony/twig-bundle": "~2.3",
"symfony/console": "~2.3",
"symfony/finder": "~2.3",
"symfony/yaml": "~2.3",
"cboden/ratchet": "0.2.*"
},
"autoload": {
"psr-0": { "P2\\Bundle\\RatchetBundle\\" : "" }
},
"target-dir": "P2/Bundle/RatchetBundle",
"minimum-stability": "stable"
}