forked from dhtml/phpsocket.io
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 972 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
{
"name": "erickmajor/phpsocket.io",
"description": "PHPSocket.IO is a library written in PHP/JavaScript that allows real-time communication between a client and server via web sockets.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Anthony Ogundipe",
"email": "[email protected]",
"homepage": "http://dhtml.github.io/phpsocket.io/",
"role": "Owner"
},
{
"name": "Erick Major dos Santos",
"email": "[email protected]",
"homepage": "http://erickmajor.github.io",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5",
"behat/behat": "^3.6@dev"
},
"suggest": {
"touskar/php-socket-io-event-emitter": "Allows support to SocketIO's event emitter in PHP code"
}
}