Removed ReactPHP dependency for dev environment (using own simple promises implementation)

This commit is contained in:
vladar 2016-12-03 04:13:23 +07:00
parent 7ab75cd05a
commit 2ffc14cee6

View File

@ -13,8 +13,7 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"react/promise": "^2.4"
"phpunit/phpunit": "^4.8"
},
"config": {
"bin-dir": "bin"
@ -33,6 +32,6 @@
}
},
"suggest": {
"react/promise": "To use ReactPhp promise adapter"
"react/promise": "To use ReactPHP promise adapter"
}
}