Skip to content

Commit 5f24d15

Browse files
authored
Merge pull request #241 from Loots-it/master
Added support for Laravel 12
2 parents b792c32 + 597867c commit 5f24d15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
],
1616
"require": {
1717
"php": "^8.1",
18-
"illuminate/contracts": "~9.0|~10.0|~11.0",
19-
"illuminate/database": "~9.0|~10.0|~11.0",
20-
"illuminate/events": "~9.0|~10.0|~11.0",
21-
"illuminate/support": "~9.0|~10.0|~11.0",
22-
"illuminate/validation": "~9.0|~10.0|~11.0"
18+
"illuminate/contracts": "~9.0|~10.0|~11.0|~12.0",
19+
"illuminate/database": "~9.0|~10.0|~11.0|~12.0",
20+
"illuminate/events": "~9.0|~10.0|~11.0|~12.0",
21+
"illuminate/support": "~9.0|~10.0|~11.0|~12.0",
22+
"illuminate/validation": "~9.0|~10.0|~11.0|~12.0"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.4.4",

0 commit comments

Comments
 (0)