Skip to content

Commit a96f52b

Browse files
committed
Update
2 parents 0976dca + ea05718 commit a96f52b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "threeletters/supersql",
3+
"description": "SlickInject and Medoo on steroids - The most advanced and lightweight library of its kind.",
4+
"version":"1.0.2",
5+
"type": "framework",
6+
"keywords": ["SQL","database","small","lightweight","advanced","MySQL"],
7+
"homepage": "https://threeletters.github.io/SuperSQL/",
8+
"license": "MIT",
9+
"authors": [
10+
{"name": "Andrew S", "email": "[email protected]", "role": "Developer"}
11+
],
12+
"autoload": {
13+
"psr-4": {
14+
"SuperSQL\\": "dist/"
15+
}
16+
},
17+
"require": {
18+
"php": ">=5.4",
19+
"ext-pdo": "*"
20+
}
21+
}

0 commit comments

Comments
 (0)