File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Laravel-specific Testing Helpers and Assertions.
17
17
18
18
| Laravel | Testing Tools |
19
19
| ---------| --------------------------------------------------------------------------|
20
+ | 12.x | [ 12.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/12.x ) |
20
21
| 11.x | [ 11.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/11.x ) |
21
22
| 10.x | [ 10.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/10.x ) |
22
23
| 9.x | [ 9.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/9.x ) |
Original file line number Diff line number Diff line change 13
13
}],
14
14
"require" : {
15
15
"php" : " ^8.2" ,
16
- "illuminate/database" : " ^11 .0" ,
17
- "illuminate/support" : " ^11 .0" ,
16
+ "illuminate/database" : " ^12 .0" ,
17
+ "illuminate/support" : " ^12 .0" ,
18
18
"mockery/mockery" : " ^1.6.10"
19
19
},
20
20
"require-dev" : {
21
- "phpunit/phpunit" : " ^11.3.6 " ,
22
- "orchestra/testbench" : " ^9.11.2 "
21
+ "phpunit/phpunit" : " ^11.5.3 " ,
22
+ "orchestra/testbench" : " ^10.0.0 "
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
You can’t perform that action at this time.
0 commit comments