Skip to content

Commit 47d58f3

Browse files
committed
Re-organizes dependencies
1 parent 4eff121 commit 47d58f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"php": "^8.2",
2323
"ext-json": "*",
2424
"dragonmantank/cron-expression": "^3.3.3",
25+
"guzzlehttp/guzzle": "^7.8.1",
2526
"illuminate/cache": "^11.5.0",
2627
"illuminate/collections": "^11.5.0",
2728
"illuminate/config": "^11.5.0",
@@ -34,11 +35,13 @@
3435
"illuminate/support": "^11.5.0",
3536
"illuminate/testing": "^11.5.0",
3637
"laravel-zero/foundation": "^11.5.0",
38+
"laravel/prompts": "^0.1.20",
3739
"league/flysystem": "^3.27.0",
3840
"nunomaduro/collision": "^8.1.1",
3941
"nunomaduro/laravel-console-summary": "^1.12.1",
4042
"nunomaduro/laravel-console-task": "^1.9",
4143
"nunomaduro/laravel-desktop-notifier": "^2.8.1",
44+
"nunomaduro/termwind": "^2.0.1",
4245
"psr/log": "^3.0",
4346
"ramsey/uuid": "^4.7.5",
4447
"symfony/console": "^7.0.6",
@@ -47,9 +50,7 @@
4750
"symfony/finder": "^7.0",
4851
"symfony/process": "^7.0.4",
4952
"symfony/var-dumper": "^7.0.6",
50-
"vlucas/phpdotenv": "^5.6.0",
51-
"guzzlehttp/guzzle": "^7.8.1",
52-
"nunomaduro/termwind": "^2.0.1"
53+
"vlucas/phpdotenv": "^5.6.0"
5354
},
5455
"require-dev": {
5556
"illuminate/bus": "^11.5.0",

0 commit comments

Comments
 (0)