Skip to content

Commit 1f2e17a

Browse files
authored
Merge pull request #12 from PromPHP/Guzzle7
Allow guzzle 7 within tests
2 parents 1e046c0 + 458e15d commit 1f2e17a

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
@@ -20,7 +20,7 @@
2020
"symfony/polyfill-apcu": "^1.6"
2121
},
2222
"require-dev": {
23-
"guzzlehttp/guzzle": "^6.3",
23+
"guzzlehttp/guzzle": "^6.3|^7.0",
2424
"phpstan/phpstan": "^0.12.48",
2525
"phpunit/phpunit": "^8.4",
2626
"squizlabs/php_codesniffer": "^3.5"

0 commit comments

Comments
 (0)