Skip to content

Commit 601ab20

Browse files
authoredJan 9, 2024
Merge pull request #11 from tectonic/feature/laravel-10-support
Laravel 10 support
2 parents 3432c00 + 60c6f80 commit 601ab20

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",
12-
"illuminate/support": "^8.0|^9.0",
13-
"illuminate/database": "^8.0|^9.0",
12+
"illuminate/support": "^8.0|^9.0|^10.0",
13+
"illuminate/database": "^8.0|^9.0|^10.0",
1414
"tectonic/localisation": "^3.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)
Please sign in to comment.