Skip to content

Commit 080c8b4

Browse files
committed
Setup new dependencies from illuminate as a foundation level
1 parent 8581f43 commit 080c8b4

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

composer.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,21 @@
1818
],
1919
"minimum-stability": "stable",
2020
"require": {
21-
"symfony/console": "^5.4",
21+
"symfony/console": "^6.0",
2222
"symfony/var-dumper": "^5.4",
23-
"illuminate/events": "^9.30",
24-
"illuminate/routing": "^9.30",
25-
"illuminate/config": "^9.30",
26-
"illuminate/container": "^9.30",
27-
"laravel-zero/foundation": "^9.26",
2823
"filp/whoops": "^2.14",
2924
"vlucas/phpdotenv": "^5.4",
30-
"illuminate/filesystem": "^9.30",
31-
"illuminate/log": "^9.30"
25+
"laravel-zero/foundation": "^9.26",
26+
"illuminate/container": "^9.31",
27+
"illuminate/config": "^9.31",
28+
"illuminate/console": "^9.31",
29+
"illuminate/filesystem": "^9.31",
30+
"illuminate/encryption": "^9.31",
31+
"illuminate/database": "^9.31",
32+
"illuminate/routing": "^9.31",
33+
"illuminate/events": "^9.31",
34+
"illuminate/cache": "^9.31",
35+
"illuminate/log": "^9.31",
36+
"illuminate/testing": "^9.31"
3237
}
3338
}

0 commit comments

Comments
 (0)