Skip to content

Commit 2072d4a

Browse files
authored
Merge pull request #117 from utopia-php/chore-remove-cli
chore: remove cli and framework
2 parents e0b6687 + fd1040e commit 2072d4a

File tree

4 files changed

+59
-61
lines changed

4 files changed

+59
-61
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@
2929
"utopia-php/database": "3.*",
3030
"utopia-php/storage": "0.18.*",
3131
"utopia-php/dsn": "0.2.*",
32-
"utopia-php/framework": "0.33.*"
32+
"utopia-php/console": "0.0.*"
3333
},
3434
"require-dev": {
3535
"ext-pdo": "*",
3636
"phpunit/phpunit": "11.*",
3737
"vlucas/phpdotenv": "5.*",
3838
"laravel/pint": "1.*",
39-
"phpstan/phpstan": "1.*",
40-
"utopia-php/cli": "0.16.*"
39+
"phpstan/phpstan": "1.*"
4140
},
4241
"platform": {
4342
"php": "8.1"

composer.lock

Lines changed: 55 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Migration/Destinations/CSV.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Utopia\Migration\Destinations;
44

5-
use Utopia\CLI\Console;
5+
use Utopia\Console;
66
use Utopia\Database\Exception\Authorization;
77
use Utopia\Database\Exception\Conflict;
88
use Utopia\Database\Exception\Structure;

src/Migration/Sources/CSV.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Utopia\Migration\Sources;
44

5-
use Utopia\CLI\Console;
5+
use Utopia\Console;
66
use Utopia\Database\Database as UtopiaDatabase;
77
use Utopia\Migration\Exception;
88
use Utopia\Migration\Resource as UtopiaResource;

0 commit comments

Comments
 (0)