mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 05:03:31 +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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue