Skip to content

Commit 22957b7

Browse files
committed
[feat] laravel 12 support
1 parent 4e5f5dc commit 22957b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"php": "^8.0",
2424
"ext-json": "*",
2525
"balping/json-raw-encoder": "^1.0",
26-
"illuminate/support": "^9.0|^10.0|^11.0"
26+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.5",
30-
"phpunit/phpunit": "^9.5|^10.0|^11.0",
31-
"orchestra/testbench": "^7.4|^8.0|^9.0"
30+
"phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0",
31+
"orchestra/testbench": "^7.4|^8.0|^9.0|^10.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)