Merge branch 'L05DOCBST-38-multiple-logger-handlers' into prod
* L05DOCBST-38-multiple-logger-handlers: L05DOCBST-38 set version 0.2.0 L05DOCBST-38 add support for multiple handlers L05DOCBST-38 add tests for LoggerTrait L05DOCBST-38 rename library class directory
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- src/Library/LoggerTrait.php 31 additions, 8 deletionssrc/Library/LoggerTrait.php
- src/Library/Webquery.php 0 additions, 0 deletionssrc/Library/Webquery.php
- tests/Library/LoggerTraitTest.php 100 additions, 0 deletionstests/Library/LoggerTraitTest.php
- tests/Library/WebqueryTest.php 0 additions, 0 deletionstests/Library/WebqueryTest.php
... | ... | @@ -9,14 +9,14 @@ |
"homepage": "http://library.wur.nl" | ||
} | ||
], | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"require": { | ||
"php": ">=7.0.0", | ||
"guzzlehttp/guzzle": "^6.3" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Library\\": "src/library" | ||
"Library\\": "src/Library" | ||
} | ||
}, | ||
"require-dev": { | ||
... | ... |
File moved
tests/Library/LoggerTraitTest.php
0 → 100644
File moved
Please register or sign in to comment