Updating composer
This commit is contained in:
parent
52b27fd7b4
commit
11f98fc6ff
@ -5,15 +5,20 @@
|
|||||||
"keywords": ["WebSockets", "websocket", "RFC6455"],
|
"keywords": ["WebSockets", "websocket", "RFC6455"],
|
||||||
"homepage": "http://socketo.me",
|
"homepage": "http://socketo.me",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [{
|
"authors": [
|
||||||
|
{
|
||||||
"name": "Chris Boden"
|
"name": "Chris Boden"
|
||||||
, "email": "cboden@gmail.com"
|
, "email": "cboden@gmail.com"
|
||||||
, "role": "Developer"
|
, "role": "Developer"
|
||||||
}],
|
},
|
||||||
|
{
|
||||||
|
"name": "Matt Bonneau",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"forum": "https://groups.google.com/forum/#!forum/ratchet-php"
|
"issues": "https://github.com/ratchetphp/RFC6455/issues",
|
||||||
, "issues": "https://github.com/ratchetphp/RFC6455/issues"
|
"chat": "https://gitter.im/reactphp/reactphp"
|
||||||
, "irc": "irc://irc.freenode.org/reactphp"
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@ -29,10 +34,12 @@
|
|||||||
"react/socket": "^1.3"
|
"react/socket": "^1.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"abtests": "sh tests/ab/run_ab_tests.sh",
|
"abtest-client": "ABTEST=client && sh tests/ab/run_ab_tests.sh",
|
||||||
|
"abtest-server": "ABTEST=server && sh tests/ab/run_ab_tests.sh",
|
||||||
"phpunit": "phpunit --colors=always",
|
"phpunit": "phpunit --colors=always",
|
||||||
"test": [
|
"test": [
|
||||||
"@abtests",
|
"@abtest-client",
|
||||||
|
"@abtest-server",
|
||||||
"@phpunit"
|
"@phpunit"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user