Skip to content

Commit 159f184

Browse files
authored
Merge pull request #12 from tectonic/feature/laravel-11-upgrade
Laravel 11 support
2 parents 5b3870c + 80e2efd commit 159f184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
],
1010
"require": {
1111
"php": "^7.4|^8.0|^8.2",
12-
"illuminate/support": "^8.0|^9.0|^10.0",
13-
"illuminate/database": "^8.0|^9.0|^10.0",
12+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
13+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
1414
"tectonic/localisation": "^3.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)