We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b146842 commit bb5a716Copy full SHA for bb5a716
composer.json
@@ -1,8 +1,9 @@
1
{
2
"name": "laratoolbox/query-viewer",
3
- "description": "A query viewer",
+ "description": "Get sql queries with bindings replaced",
4
"license": "MIT",
5
"keywords": [
6
+ "laravel",
7
"query",
8
"viewer"
9
],
@@ -18,7 +19,7 @@
18
19
}
20
21
"require": {
- "php": ">=7.2",
22
+ "php": ">=7.0",
23
"illuminate/support": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0"
24
},
25
"require-dev": {
0 commit comments