forked from rase-/socket.io-php-emitter
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 683 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 683 Bytes
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
{
"name": "ashiina/socket.io-emitter",
"description": "*Maintained* A PHP implementation of socket.io-emitter",
"homepage": "https://github.com/ashiina/socket.io-php-emitter",
"support": {
"issues": "https://github.com/ashiina/socket.io-php-emitter/issues",
"source": "https://github.com/ashiina/socket.io-php-emitter"
},
"license": "MIT",
"keywords": [
"socket.io",
"emit"
],
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"require": {
"php": ">=5.3",
"ptrofimov/tinyredisclient": "1.1.1"
},
"autoload": {
"psr-4": {
"SocketIO\\": "src/"
}
}
}