mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36: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": "*"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user