Skip to content

Commit 8f7682e

Browse files
authored
Make sure we dont include multiple vendor folders (#934)
* Make sure we dont include multiple vendor folders * Require discovery 1.6
1 parent 1cf746f commit 8f7682e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"php-http/message-factory": "^1.0.2",
2020
"psr/http-message-implementation": "^1.0",
2121
"php-http/client-implementation": "^1.0",
22-
"php-http/discovery": "^1.4"
22+
"php-http/discovery": "^1.6"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "6.3.*",
25+
"phpunit/phpunit": "^6.5 || ^7.5",
2626
"symfony/stopwatch": "~2.5",
2727
"php-http/message": "^1.0",
2828
"php-http/mock-client": "^1.0",

0 commit comments

Comments
 (0)