File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.2
54 - 7.3
65 - 7.4
76
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+ | 8.x | [ 8.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/8.x ) |
2223| 7.x | [ 7.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/7.x ) |
2324| 6.x | [ 6.x] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/6.x ) |
2425| 5.8.* | [ 5.8.* ] ( https://github.com/dmitry-ivanov/laravel-db-profiler/tree/5.8 ) |
Original file line number Diff line number Diff line change 12121313 }],
1414 "require" : {
15- "php" : " ^7.2.5 " ,
16- "illuminate/support " : " ^7 .0" ,
17- "illuminate/database " : " ^7 .0"
15+ "php" : " ^7.3 " ,
16+ "illuminate/database " : " ^8 .0" ,
17+ "illuminate/support " : " ^8 .0"
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^8.4|^9.0" ,
2121 "mockery/mockery" : " ^1.3.1" ,
22- "orchestra/testbench" : " ^5 .0" ,
23- "illuminated/testing-tools" : " ^7 .0" ,
24- "illuminated/helper-functions" : " ^7 .0"
22+ "orchestra/testbench" : " ^6 .0" ,
23+ "illuminated/testing-tools" : " ^8 .0" ,
24+ "illuminated/helper-functions" : " ^8 .0"
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments