Files
overwatch/composer.json

26 lines
593 B
JSON

{
"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"
},
"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
}
}
}