Skip to content

Commit

Permalink
Merge pull request #14 from samarth2812/Author
Browse files Browse the repository at this point in the history
Author
  • Loading branch information
christyjacob4 authored Oct 14, 2022
2 parents fc99379 + 3815ad4 commit e6a8ff4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,6 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) php:8.0-cli-alpine sh -c "vendor/b

Utopia Framework requires PHP 8.0 or later. We recommend using the latest PHP version whenever possible.

## Authors

**Eldad Fux**

+ [https://twitter.com/eldadfux](https://twitter.com/eldadfux)
+ [https://github.com/eldadfux](https://github.com/eldadfux)

**Matej Bačo**

+ [https://github.com/Meldiron](https://github.com/Meldiron)

**Christy Jacob**

+ [https://github.com/christyjacob4](https://github.com/christyjacob4)

## Copyright and license

The MIT License (MIT) [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)
14 changes: 0 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
},
Expand Down
12 changes: 1 addition & 11 deletions tests/LoggerTest.php
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;

Expand Down

0 comments on commit e6a8ff4

Please sign in to comment.