Skip to content

Commit b3ad470

Browse files
committed
Added Laravel 12 Support
1 parent 04dd76b commit b3ad470

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"require": {
3030
"php": "^8.1 | ^8.2 | ^8.3 | ^8.4",
3131
"doctrine/dbal": "^3.6",
32-
"illuminate/auth": "^9.0 | ^10.0 | ^11.0",
33-
"illuminate/support": "^9.0 | ^10.0 | ^11.0"
32+
"illuminate/auth": "^9.0 | ^10.0 | ^11.0 | ^12.0",
33+
"illuminate/support": "^9.0 | ^10.0 | ^11.0 | ^12.0"
3434
},
3535
"require-dev": {
3636
"laravel/pint": "^1.6",
@@ -57,4 +57,4 @@
5757
},
5858
"minimum-stability": "dev",
5959
"prefer-stable": true
60-
}
60+
}

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)