Skip to content

Commit e6a8ff4

Browse files
Merge pull request #14 from samarth2812/Author
Author
2 parents fc99379 + 3815ad4 commit e6a8ff4

3 files changed

Lines changed: 1 addition & 40 deletions

File tree

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,6 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) php:8.0-cli-alpine sh -c "vendor/b
113113

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

116-
## Authors
117-
118-
**Eldad Fux**
119-
120-
+ [https://twitter.com/eldadfux](https://twitter.com/eldadfux)
121-
+ [https://github.com/eldadfux](https://github.com/eldadfux)
122-
123-
**Matej Bačo**
124-
125-
+ [https://github.com/Meldiron](https://github.com/Meldiron)
126-
127-
**Christy Jacob**
128-
129-
+ [https://github.com/christyjacob4](https://github.com/christyjacob4)
130-
131116
## Copyright and license
132117

133118
The MIT License (MIT) [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)

composer.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44
"type": "library",
55
"keywords": ["php","framework", "upf", "utopia", "logger", "logging", "errors", "warnings", "logs", "sentry", "raygun", "appsignal"],
66
"license": "MIT",
7-
"authors": [
8-
{
9-
"name": "Eldad Fux",
10-
"email": "eldad@appwrite.io"
11-
},
12-
{
13-
"name": "Matej Bačo",
14-
"email": "matej@appwrite.io"
15-
},
16-
{
17-
"name": "Christy Jacob",
18-
"email": "christy@appwrite.io"
19-
}
20-
],
217
"autoload": {
228
"psr-4": {"Utopia\\Logger\\": "src/Logger"}
239
},

tests/LoggerTest.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
<?php
2-
/**
3-
* Utopia PHP Framework
4-
*
5-
* @package Logger
6-
* @subpackage Tests
7-
*
8-
* @link https://github.com/utopia-php/framework
9-
* @author Eldad Fux <eldad@appwrite.io>
10-
* @version 1.0 RC4
11-
* @license The MIT License (MIT) <http://www.opensource.org/licenses/mit-license.php>
12-
*/
2+
133

144
use PHPUnit\Framework\TestCase;
155

0 commit comments

Comments
 (0)