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.
1919
2020| Laravel | Database Profiler |
2121| ---------| ------------------------------------------------------------------------|
22+ | 12.x | [ 12.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/12.x ) |
2223| 11.x | [ 11.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/11.x ) |
2324| 10.x | [ 10.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/10.x ) |
2425| 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 1313 }],
1414 "require" : {
1515 "php" : " ^8.2" ,
16- "illuminate/database" : " ^11 .0" ,
17- "illuminate/support" : " ^11 .0"
16+ "illuminate/database" : " ^12 .0" ,
17+ "illuminate/support" : " ^12 .0"
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit" : " ^11.3.6 " ,
20+ "phpunit/phpunit" : " ^11.5.3 " ,
2121 "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"
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments