Skip to content

Commit 91a7370

Browse files
niklasnatteralexander-schranz
authored andcommitted
Update symfony/messenger version in composer.json (#18)
* Update composer.json * Update TrimRedisStreamCommand.php
1 parent 56cff4c commit 91a7370

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Command/TrimRedisStreamCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5555
$parsedUrl = parse_url($redisStreamDsn);
5656

5757
if (false === $parsedUrl) {
58-
throw new \InvalidArgumentException(
59-
sprintf('The given dsn("%s") for the redis connection was not valid.', $redisStreamDsn)
60-
);
58+
throw new \InvalidArgumentException(sprintf('The given dsn("%s") for the redis connection was not valid.', $redisStreamDsn));
6159
}
6260

6361
$dsnParts = explode('/', $parsedUrl['path']);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^7.1",
88
"ext-redis": "^4.2 || ^5.0",
9-
"symfony/messenger": "4.3.*",
9+
"symfony/messenger": "^4.3",
1010
"symfony/config": "^3.4 || ^4.0",
1111
"symfony/dependency-injection": "^3.4 || ^4.0",
1212
"symfony/serializer": "^3.4 || ^4.0",

0 commit comments

Comments
 (0)