We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22fd5e commit 9526f63Copy full SHA for 9526f63
composer.json
@@ -2,7 +2,9 @@
2
"name": "ilzrv/laravel-slow-query-detector",
3
"description": "Laravel Slow DB Query Detector",
4
"require": {
5
- "laravel/framework": "^5.6 || ^6.0 || ^7.0 || ^8.0"
+ "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"
8
},
9
"license": "MIT",
10
"authors": [
0 commit comments