Skip to content

Commit 54dba2e

Browse files
committed
feat: support laravel v12
1 parent 5804d8b commit 54dba2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.0|^10.0",
19+
"phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0",
2020
"orchestra/testbench": "^7.5|^8.0|^9.0|^10.0",
2121
"phpstan/phpstan": "^1.9.18"
2222
},

0 commit comments

Comments
 (0)