Skip to content

Commit 0949cad

Browse files
authored
Update composer.json
Bump laravel dependencies to V11
1 parent e52521c commit 0949cad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"require": {
1919
"php": "^8.1",
2020
"spatie/laravel-package-tools": "^1.13.0",
21-
"illuminate/contracts": "^8|^9|^10",
22-
"illuminate/support": "^8|^9|^10",
23-
"illuminate/database": "^8|^9|^10"
21+
"illuminate/contracts": "^8|^9|^10|^11",
22+
"illuminate/support": "^8|^9|^10|^11",
23+
"illuminate/database": "^8|^9|^10|^11"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.0",
@@ -64,4 +64,4 @@
6464
},
6565
"minimum-stability": "dev",
6666
"prefer-stable": true
67-
}
67+
}

0 commit comments

Comments
 (0)