Skip to content

Commit 6bf2620

Browse files
claudiu-cristeaNyholm
authored andcommitted
Depend on nyholm/psr7:^1.0 (#15)
* Depend on nyholm/psr7:^1.0 * Support both, PHP 7.0 and 7.1
1 parent c79e3d1 commit 6bf2620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"phpunit/phpunit": "^6.1",
2222
"psr/http-message-implementation": "^1.0",
2323
"php-http/mock-client": "^1.0",
24-
"nyholm/psr7": "^0.2.2"
24+
"nyholm/psr7": "^0.2.2|^1.0.0"
2525
},
2626
"require-dev": {
2727
"php-http/curl-client": "^1.7",

0 commit comments

Comments
 (0)