Skip to content

Commit 0ff5e1d

Browse files
committed
Update composer.json
1 parent 2b3ea35 commit 0ff5e1d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
{
22
"name": "na2axl/jsondb",
33
"description": "Manage local databases with JSON files and JSON Query Language (JQL).",
4-
"keywords": ["database", "file", "json", "nosql"],
4+
"keywords": ["database", "file", "json", "nosql", "db"],
5+
"homepage": "https://github.com/na2axl/jsondb-php",
56
"type": "library",
67
"license": "MIT",
78
"authors": [
89
{
910
"name": "Axel Nana",
1011
"email": "[email protected]",
11-
"homepage": "https://tutorialcenters.tk"
12+
"homepage": "https://tutorialcenters.tk",
13+
"role": "Developer"
1214
}
1315
],
14-
"minimum-stability": "stable",
15-
"require": {
16-
"php": ">=5.3.0"
17-
},
1816
"autoload": {
19-
"psr-0": {
20-
"JSONDB": "src/JSONDB"
17+
"psr-4": {
18+
"JSONDB\\": "src/JSONDB/"
2119
}
2220
}
2321
}

0 commit comments

Comments
 (0)