Skip to content

Commit 4c06620

Browse files
committed
Update php-http/guzzle6-adapter dev dependency to ^2.0
Using ^1.1 prevents true PSR-18 support when installing dev dependencies.
1 parent 383cc94 commit 4c06620

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
@@ -30,7 +30,7 @@
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^2.14",
33-
"php-http/guzzle6-adapter": "^1.1",
33+
"php-http/guzzle6-adapter": "^2.0",
3434
"phpunit/phpunit": "^6.0"
3535
},
3636
"provide": {

0 commit comments

Comments
 (0)