forked from mikehenrty/thin-pdo-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 738 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "mikehenrty/thin-pdo-wrapper",
"description": "A simple database abstraction for using PDO with MySQL, Postgres, and SQLite.",
"keywords": ["PDO", "MySQL", "Postgres", "SQLite", "database", "db", "thin", "wrapper"],
"homepage": "https://github.com/mikehenrty/thin-pdo-wrapper",
"license": "MIT",
"authors": [
{
"name": "Michael Henretty",
"email": "michael.henretty@gmail.com",
"homepage": "http://github.com/mikehenrty",
"role": "developer"
},
{
"name": "eman1986",
"homepage": "http://github.com/eman1986",
"role": "developer"
}
],
"require": {
"php": ">=5.3.0"
}
}