Skip to content

Commit 248c1eb

Browse files
committed
Update composer.json
1 parent 64a43e6 commit 248c1eb

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

composer.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
{
22
"name": "ezsql/ezsql",
33
"description": "Advance database access library. Make interacting with a database ridiculously easy.",
4-
"keywords": ["mysql", "mysqli", "postgresql", "mssql", "sqlsrv", "sqlserver", "pdo", "sqlite", "sqlite3", "database", "abstraction", "sql", "dba"],
5-
"license": ["LGPL-3.0-or-later", "MIT"],
4+
"keywords": [
5+
"mysql",
6+
"mysqli",
7+
"postgresql",
8+
"mssql",
9+
"sqlsrv",
10+
"sqlserver",
11+
"pdo",
12+
"sqlite",
13+
"sqlite3",
14+
"database",
15+
"abstraction",
16+
"sql",
17+
"dba"
18+
],
19+
"license": [
20+
"LGPL-3.0-or-later",
21+
"MIT"
22+
],
623
"authors": [
724
{
825
"name": "Justin Vincent",
@@ -21,7 +38,7 @@
2138
"issues": "https://github.com/ezSQL/ezSQL/issues"
2239
},
2340
"require": {
24-
"php": "^7.1",
41+
"php": "^7.1 || ^8",
2542
"psr/container": "^1.0"
2643
},
2744
"provide": {

0 commit comments

Comments
 (0)