Skip to content

Commit 9526f63

Browse files
authored
Update composer.json
1 parent a22fd5e commit 9526f63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "ilzrv/laravel-slow-query-detector",
33
"description": "Laravel Slow DB Query Detector",
44
"require": {
5-
"laravel/framework": "^5.6 || ^6.0 || ^7.0 || ^8.0"
5+
"illuminate/database": "^5.6|^6.0|^7.0|^8.0",
6+
"illuminate/support": "^5.6|^6.0|^7.0|^8.0",
7+
"illuminate/log": "^5.6|^6.0|^7.0|^8.0"
68
},
79
"license": "MIT",
810
"authors": [

0 commit comments

Comments
 (0)