Skip to content

Commit 7f02537

Browse files
add laravel 12 support
1 parent 6c0ec49 commit 7f02537

File tree

2 files changed

+1234
-1710
lines changed

2 files changed

+1234
-1710
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
],
2222
"require": {
2323
"php": "^8.0|^8.1",
24-
"illuminate/support": "^9.0|^10.0|^11.0"
24+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.8",
2828
"nunomaduro/larastan": "^2.5",
29-
"orchestra/testbench": "^7.0|^8.0|^9.0",
29+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
3030
"phpstan/phpstan": "^1.10",
3131
"phpunit/phpunit": "^9.5|^10.1"
3232
},

0 commit comments

Comments
 (0)