-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from samarth2812/Author
Author
- Loading branch information
Showing
3 changed files
with
1 addition
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,20 +4,6 @@ | |
"type": "library", | ||
"keywords": ["php","framework", "upf", "utopia", "logger", "logging", "errors", "warnings", "logs", "sentry", "raygun", "appsignal"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Eldad Fux", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Matej Bačo", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Christy Jacob", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": {"Utopia\\Logger\\": "src/Logger"} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
<?php | ||
/** | ||
* Utopia PHP Framework | ||
* | ||
* @package Logger | ||
* @subpackage Tests | ||
* | ||
* @link https://github.com/utopia-php/framework | ||
* @author Eldad Fux <[email protected]> | ||
* @version 1.0 RC4 | ||
* @license The MIT License (MIT) <http://www.opensource.org/licenses/mit-license.php> | ||
*/ | ||
|
||
|
||
use PHPUnit\Framework\TestCase; | ||
|
||
|