mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
Removed ReactPHP dependency for dev environment (using own simple promises implementation)
This commit is contained in:
parent
7ab75cd05a
commit
2ffc14cee6
@ -13,8 +13,7 @@
|
|||||||
"ext-mbstring": "*"
|
"ext-mbstring": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^4.8",
|
"phpunit/phpunit": "^4.8"
|
||||||
"react/promise": "^2.4"
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"bin-dir": "bin"
|
"bin-dir": "bin"
|
||||||
@ -33,6 +32,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"react/promise": "To use ReactPhp promise adapter"
|
"react/promise": "To use ReactPHP promise adapter"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user