Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit b289d69

Browse files
committed
Do not support Guzzle 4
Guzzle 4's `Emitter::once()` method (and potentially others) has a syntax error that is detected in PHP 7.1 and up (an attempt to bind a variable name by the same name as a parameter to the closure). As such, we can no longer support it.
1 parent 2e2843d commit b289d69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"doctrine/migrations": "^1.0",
25-
"guzzlehttp/guzzle": "^4.2.4 || ^5.3.2 || ^6.3.3",
25+
"guzzlehttp/guzzle": "^5.3.2 || ^6.3.3",
2626
"mikey179/vfsStream": "^1.6",
2727
"php-amqplib/php-amqplib": "^2.0",
2828
"phpunit/phpunit": "^5.7.27 || 6.5.8 || ^7.1.2",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)