Skip to content

Commit 0979991

Browse files
authored
Merge pull request #17 from jovan-bl/feat/laravel-12-support
Add support for Laravel 12
2 parents a8b7c0d + e6506e3 commit 0979991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"require": {
2222
"php" : "^8.1",
23-
"illuminate/support": "^10 || ^11",
24-
"illuminate/database": "^10 || ^11",
23+
"illuminate/support": "^10 || ^11 || ^12",
24+
"illuminate/database": "^10 || ^11 || ^12",
2525
"myclabs/php-enum": "^1.8"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)