Skip to content

Commit 462bc4f

Browse files
Merge pull request #19 from StarTrooper08/remove-authors-cli
Remove authors from cli
2 parents c30ef98 + 7ad1b7f commit 462bc4f

File tree

5 files changed

+1
-47
lines changed

5 files changed

+1
-47
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,7 @@ Console::loop(function() {
152152

153153
Utopia Framework requires PHP 7.4 or later. We recommend using the latest PHP version whenever possible.
154154

155-
## Authors
156155

157-
**Eldad Fux**
158-
159-
+ [https://twitter.com/eldadfux](https://twitter.com/eldadfux)
160-
+ [https://github.com/eldadfux](https://github.com/eldadfux)
161156

162157
## Copyright and license
163158

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
"type": "library",
55
"keywords": ["php","framework", "upf", "utopia", "cli", "command line"],
66
"license": "MIT",
7-
"authors": [
8-
{
9-
"name": "Eldad Fux",
10-
"email": "eldad@appwrite.io"
11-
}
12-
],
7+
138
"scripts": {
149
"test": "vendor/bin/phpunit --configuration phpunit.xml < tests/input.txt",
1510
"lint": "vendor/bin/phpcs",

tests/CLI/CLITest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
<?php
22

3-
/**
4-
* Utopia PHP Framework
5-
*
6-
* @package CLI
7-
* @subpackage Tests
8-
*
9-
* @link https://github.com/utopia-php/framework
10-
* @author Eldad Fux <eldad@appwrite.io>
11-
* @version 1.0 RC4
12-
* @license The MIT License (MIT) <http://www.opensource.org/licenses/mit-license.php>
13-
*/
14-
153
namespace Utopia\Tests;
164

175
use Utopia\CLI\CLI;

tests/CLI/ConsoleTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
<?php
22

3-
/**
4-
* Utopia PHP Framework
5-
*
6-
* @package CLI
7-
* @subpackage Tests
8-
*
9-
* @link https://github.com/utopia-php/framework
10-
* @author Eldad Fux <eldad@appwrite.io>
11-
* @version 1.0 RC4
12-
* @license The MIT License (MIT) <http://www.opensource.org/licenses/mit-license.php>
13-
*/
14-
153
namespace Utopia\Tests;
164

175
use Utopia\CLI\Console;

tests/CLI/TaskTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
<?php
22

3-
/**
4-
* Utopia PHP Framework
5-
*
6-
* @package CLI
7-
* @subpackage Tests
8-
*
9-
* @link https://github.com/utopia-php/framework
10-
* @author Eldad Fux <eldad@appwrite.io>
11-
* @version 1.0 RC4
12-
* @license The MIT License (MIT) <http://www.opensource.org/licenses/mit-license.php>
13-
*/
14-
153
namespace Utopia\Tests;
164

175
use Utopia\CLI\Task;

0 commit comments

Comments
 (0)