mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add Ad3n Ratchet Bundle (#98)
This commit is contained in:
committed by
Symfony
parent
7e0362e10e
commit
4e9fb878dc
@@ -0,0 +1,2 @@
|
||||
ihsan_ratchet:
|
||||
web_socket_port: "%env(WEB_SOCKET_PORT)%"
|
||||
12
ad3n/ratchet-bundle/0.4/manifest.json
Normal file
12
ad3n/ratchet-bundle/0.4/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Ihsan\\RatchetBundle\\IhsanRatchetBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"WEB_SOCKET_PORT": "7777"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user