diff --git a/DateTimeFileWriter.php b/DateTimeFileWriter.php index 0dc10b2..c5a686b 100755 --- a/DateTimeFileWriter.php +++ b/DateTimeFileWriter.php @@ -148,6 +148,6 @@ public function write($object, $level) } //Output to resource - fwrite($this->resource, $message . PHP_EOL); + fwrite($this->resource, $message . PHP_EOL . PHP_EOL); } } diff --git a/composer.json b/composer.json index b3620c2..040815a 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,5 @@ { - "name": "slim/logger", - "description": "Slim Framework logger", - "license": "MIT", - "authors": [ - { - "name": "Josh Lockhart", - "email": "info@joshlockhart.com", - "homepage": "http://www.joshlockhart.com/" - } - ], + "name": "hgati/slim-logger", "require": { "php": ">=5.3.0", "slim/slim": ">=2.4.0"