mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 21:14:03 +00:00
Use testbench 10.3
This should work around the seeming deprecation of test annotations (rather than #[Test] attributes) in PHPUnit 12.2
This commit is contained in:
parent
30b6fc9702
commit
f9f28c9d26
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"laravel/framework": "^10.0|^11.0|^12.0",
|
||||
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
||||
"orchestra/testbench": "^8.0|^9.0|10.3",
|
||||
"league/flysystem-aws-s3-v3": "^3.12.2",
|
||||
"doctrine/dbal": "^3.6.0",
|
||||
"spatie/valuestore": "^1.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue