Skip to content

Commit 019c3a4

Browse files
authored
Merge pull request #23 from bufferapp/fix-case
Fix uppercase `L` in BuffLog namespace
2 parents 45f8fb1 + 0dd5d5f commit 019c3a4

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
@@ -1,7 +1,7 @@
11
{
22
"name": "bufferapp/php-bufflog",
33
"description": "PHP log libraries for Buffer services",
4-
"version": "0.1.6",
4+
"version": "0.2.0",
55
"require": {
66
"php": "^7.1",
77
"monolog/monolog": "^1.20",

src/BuffLog/BuffLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace Buffer\Bufflog;
2+
namespace Buffer\BuffLog;
33

44
use Monolog\Logger as Logger;
55
use Monolog\Handler\StreamHandler;

0 commit comments

Comments
 (0)