File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Database Profiler for Laravel Web and Console Applications.
19
19
20
20
| Laravel | Database Profiler |
21
21
| ---------| ------------------------------------------------------------------------|
22
+ | 12.x | [ 12.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/12.x ) |
22
23
| 11.x | [ 11.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/11.x ) |
23
24
| 10.x | [ 10.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/10.x ) |
24
25
| 9.x | [ 9.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/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
},
19
19
"require-dev" : {
20
- "phpunit/phpunit" : " ^11.3.6 " ,
20
+ "phpunit/phpunit" : " ^11.5.3 " ,
21
21
"mockery/mockery" : " ^1.6.10" ,
22
- "orchestra/testbench" : " ^9.11.2 " ,
23
- "illuminated/testing-tools" : " ^11 .0" ,
24
- "illuminated/helper-functions" : " ^11 .0"
22
+ "orchestra/testbench" : " ^10.0 " ,
23
+ "illuminated/testing-tools" : " ^12 .0" ,
24
+ "illuminated/helper-functions" : " ^12 .0"
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments