forked from jasny/persist-sql-query
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 850 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 850 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
26
27
28
29
30
{
"name": "jasny/dbquery-mysql",
"description": "The best and most complete query builder/parser for MySQL",
"keywords": ["database", "db", "sql", "query", "query builder"],
"version": "v1.0.0",
"license": "MIT",
"homepage": "http://jasny.github.com/DBQuery-MySQL",
"authors": [
{
"name": "Arnold Daniels",
"email": "arnold@jasny.net",
"homepage": "http://www.jasny.net"
}
],
"support": {
"issues": "https://github.com/jasny/DBQuery-MySQL/issues",
"source": "https://github.com/jasny/DBQuery-MySQL"
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"jasny/db-mysql": "A simple DB layer in PHP for using MySQL"
},
"autoload": {
"psr-0": {
"Jasny\\MySQL\\DBQuery": "src/"
}
}
}