28 lines
667 B
JSON
28 lines
667 B
JSON
{
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"react/react": "^0.4.2",
|
|
"react/http": "^0.4.1",
|
|
"guzzle/guzzle": "^3.9",
|
|
"linfo/linfo": "^3.0",
|
|
"react/socket-client": "^0.5||^0.4||^0.3",
|
|
"ext-bcmath": "*",
|
|
"symfony/polyfill-mbstring": "^1.2",
|
|
"hassankhan/config": "^0.10.0",
|
|
"react/filesystem": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"macfja/phar-builder": "^0.2.4"
|
|
},
|
|
"extra": {
|
|
"phar-builder": {
|
|
"compression": "GZip",
|
|
"name": "overwatchd.phar",
|
|
"output-dir": "../",
|
|
"entry-point": "Ov3rw4tch.class.php",
|
|
"include": ["lib","build"],
|
|
"include-dev": false
|
|
}
|
|
}
|
|
}
|