Skip to content

Commit 7015629

Browse files
committed
🔥 ⬆️ remove nouse tests, latest pkg versions
1 parent a5b2128 commit 7015629

File tree

5 files changed

+4
-81
lines changed

5 files changed

+4
-81
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@
55
"keywords": ["nsq", "queue"],
66
"homepage": "http://github.com/stackerzzq/phpnsq",
77
"require": {
8-
"monolog/monolog": "^1.23|^1.24",
9-
"symfony/console": "^v4.0|^v4.1|^v4.2|^v4.3",
8+
"monolog/monolog": "^2.0",
9+
"symfony/console": "^v5.0",
1010
"react/event-loop": "^v0.4|^v0.5|^v1.1",
11-
"bramus/monolog-colored-line-formatter": "^2.0"
12-
},
13-
"require-dev": {
14-
"phpunit/phpunit": "^6.5"
11+
"bramus/monolog-colored-line-formatter": "^3.0"
1512
},
1613
"autoload": {
1714
"psr-4": {

src/phpnsq/Internals/CustomerLineFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct($ignoreEmptyContextAndExtra = false)
1717
/**
1818
* {@inheritdoc}
1919
*/
20-
public function format(array $record)
20+
public function format(array $record) : string
2121
{
2222
$vars = parent::normalize($record);
2323

tests/ConfigTest.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

tests/LoggingTest.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/TunnelTest.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)