We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6715e4a commit 22687b8Copy full SHA for 22687b8
.travis.yml
@@ -11,6 +11,8 @@ php:
11
- 5.5
12
- 5.6
13
- 7.0
14
+ - 7.1
15
+ - 7.2
16
- hhvm
17
18
env:
src/LoggerPlugin.php
@@ -18,6 +18,7 @@
final class LoggerPlugin implements Plugin
19
{
20
private $logger;
21
+
22
private $formatter;
23
24
public function __construct(LoggerInterface $logger, Formatter $formatter = null)
0 commit comments