Skip to content

Commit 1181cab

Browse files
Correct suggested pda/pheanstalk version (#49487)
1 parent e01fd83 commit 1181cab

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
@@ -179,7 +179,7 @@
179179
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
180180
"mockery/mockery": "Required to use mocking (^1.5.1).",
181181
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
182-
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
182+
"pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
183183
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
184184
"predis/predis": "Required to use the predis connector (^2.0.2).",
185185
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",

src/Illuminate/Queue/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ext-posix": "Required to use all features of the queue worker.",
4646
"aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.235.5).",
4747
"illuminate/redis": "Required to use the Redis queue driver (^11.0).",
48-
"pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)."
48+
"pda/pheanstalk": "Required to use the Beanstalk queue driver (^5.0)."
4949
},
5050
"config": {
5151
"sort-packages": true

0 commit comments

Comments
 (0)