1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:24:04 +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:
Samuel Štancl 2025-07-28 16:54:33 +02:00 committed by GitHub
parent 30b6fc9702
commit f9f28c9d26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"