Skip to content

Commit 74c1155

Browse files
committed
Update dependencies
1 parent 13ed275 commit 74c1155

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"require": {
2727
"php": ">=8.1",
2828
"doctrine/dbal": "^3.4",
29-
"laravel/framework": "^9.0"
29+
"illuminate/support": "^9.36",
30+
"illuminate/database": "^9.36",
31+
"illuminate/console": "^9.36"
3032
},
3133
"require-dev": {
3234
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)