Query/composer.json

20 lines
508 B
JSON

{
"name":"aviat4ion/query",
"type":"library",
"description":"Database Query Builder and Abstraction layer",
"keywords":["database", "query builder", "mysql", "firebird", "sqlite", "postgres"],
"homepage":"https://github.com/aviat4ion/Query",
"license":"dbad-license",
"authors": [{
"name": "Timothy J. Warren",
"email": "tim@timshomepage.net",
"homepage": "https://timshomepage.net",
"role": "Developer"
}],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"files": ["autoload.php"]
}
}