Skip to content

Commit 66bfb77

Browse files
Removed prophecy as required dependecy
1 parent aaca37b commit 66bfb77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"require": {
44
"php": ">=7.1",
55
"psr/http-message": "^1.0",
6-
"http-interop/http-middleware": "^0.4.1",
7-
"phpspec/prophecy": "^1.7"
6+
"http-interop/http-middleware": "^0.4.1"
87
},
98
"require-dev": {
10-
"phpunit/phpunit": "^6.2"
9+
"phpunit/phpunit": "^6.2",
10+
"phpspec/prophecy": "^1.7"
1111
},
1212
"authors": [
1313
{

0 commit comments

Comments
 (0)