Skip to content

Commit 29ec573

Browse files
committed
Laravel 12 support
1 parent 9d75623 commit 29ec573

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) |

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
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": {

0 commit comments

Comments
 (0)