Skip to content

Commit 7dce843

Browse files
Refactored delegate implementing default and added tests
1 parent 7fcc18c commit 7dce843

File tree

7 files changed

+659
-526
lines changed

7 files changed

+659
-526
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"require": {
44
"php": ">=7.1",
55
"psr/http-message": "^1.0",
6-
"http-interop/http-middleware": "^0.4.1"
6+
"http-interop/http-middleware": "^0.4.1",
7+
"phpspec/prophecy": "^1.7"
78
},
89
"require-dev": {
910
"phpunit/phpunit": "^6.2"

0 commit comments

Comments
 (0)