Skip to content

Commit bb5a716

Browse files
committed
php version requirement updated
1 parent b146842 commit bb5a716

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "laratoolbox/query-viewer",
3-
"description": "A query viewer",
3+
"description": "Get sql queries with bindings replaced",
44
"license": "MIT",
55
"keywords": [
6+
"laravel",
67
"query",
78
"viewer"
89
],
@@ -18,7 +19,7 @@
1819
}
1920
],
2021
"require": {
21-
"php": ">=7.2",
22+
"php": ">=7.0",
2223
"illuminate/support": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0"
2324
},
2425
"require-dev": {

0 commit comments

Comments
 (0)