-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplint.json
More file actions
24 lines (24 loc) · 827 Bytes
/
splint.json
File metadata and controls
24 lines (24 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "francis94c/refactor-ci",
"type": "library",
"description": "A PHP (code Igniter) Library for easily refactoring associative arrays (remove key-vals, rename keys, & inflate a value with respective objects from a mysql table based off provided primary key values). You'll find this library useful if you want to return payloads which should have different keys than what they exist as in the database.",
"tags": [],
"page": "https://github.com/francis94c/refactor-ci",
"authors": [
{
"name": "Francis Ilechukwu",
"email": "francis94c@gmail.com",
"page": "francis94c.github.io",
"role": "Developer"
}
],
"php": ">=7.3",
"autoload": {
"libraries" : [
["RefactorCI", "refactor"]
]
},
"depends-on": [
"francis94c/jsonp"
]
}