mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
Added psr/http-message as a dev dependency to ensure that unit tests run without additional deps installation steps
This commit is contained in:
parent
0af1fb2793
commit
3ef2d2827b
@ -13,7 +13,8 @@
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8"
|
||||
"phpunit/phpunit": "^4.8",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
Loading…
Reference in New Issue
Block a user