-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·42 lines (42 loc) · 1020 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "scfr/wsbb",
"type": "phpbb-extension",
"description": "hehehe",
"homepage": "https://starcitizen.fr",
"version": "0.1.0",
"time": "2016-13-06",
"license": "GPL-2.0",
"authors": [
{
"name": "Super d",
"email": "[email protected]",
"homepage": "https://starcitizen.fr",
"role": "Lead Developer"
}
],
"autoload": {
"psr-4": {
"scfr\\WSBB\\": [
"./"
]
}
},
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"cboden/ratchet": "0.4.*",
"react/zmq": "0.2.*|0.3.*",
"php-ds/php-ds": "~1.1.1",
"ratchet/rfc6455": "^0.2.3"
},
"require-dev": {
"phpbb/epv": "dev-master",
"phpunit/phpunit": "^6.1"
},
"extra": {
"display-name": "PHPBB Websocket Event Server",
"soft-require": {
"phpbb/phpbb": ">=3.2.0-RC1,<3.3"
}
}
}