Skip to content

Commit 720c14b

Browse files
Merge pull request #42 from TheDragonCode/andrey-helldar-patch-1
Added Laravel 12 support
2 parents 1c71bc9 + 9173598 commit 720c14b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
],
3636
"require": {
3737
"php": "^7.2 || ^8.0",
38-
"illuminate/container": ">=6.0 <12.0",
39-
"illuminate/database": ">=6.0 <12.0",
40-
"illuminate/http": ">=6.0 <12.0",
41-
"illuminate/support": ">=6.0 <12.0",
38+
"illuminate/container": ">=6.0 <13.0",
39+
"illuminate/database": ">=6.0 <13.0",
40+
"illuminate/http": ">=6.0 <13.0",
41+
"illuminate/support": ">=6.0 <13.0",
4242
"ramsey/uuid": "^3.7 || ^4.0",
4343
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0 || ^7.0"
4444
},
4545
"require-dev": {
46-
"laravel/framework": ">=6.0 <12.0"
46+
"laravel/framework": ">=6.0 <13.0"
4747
},
4848
"conflict": {
4949
"andrey-helldar/laravel-support": "*"
@@ -71,4 +71,4 @@
7171
"preferred-install": "dist",
7272
"sort-packages": true
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)