Skip to content

Commit 3ef2d28

Browse files
committed
Added psr/http-message as a dev dependency to ensure that unit tests run without additional deps installation steps
1 parent 0af1fb2 commit 3ef2d28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"ext-mbstring": "*"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^4.8"
16+
"phpunit/phpunit": "^4.8",
17+
"psr/http-message": "^1.0"
1718
},
1819
"config": {
1920
"bin-dir": "bin"

0 commit comments

Comments
 (0)