forked from stefangabos/Zebra_Database
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 732 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 732 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
25
{
"name": "stefangabos/zebra_database",
"type": "library",
"description": "An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.",
"keywords": ["mysqli", "mysql", "wrapper", "database", "db"],
"homepage": "http://stefangabos.ro/php-libraries/zebra-database/",
"license": "LGPL-3.0",
"authors": [
{
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro",
"homepage": "http://stefangabos.ro/",
"role": "Developer"
}
],
"require": {
"php": ">=5.0.0"
},
"version": "2.8.5",
"autoload": {
"classmap": [
"Zebra_Database.php"
]
}
}