Query/composer.json

18 lines
421 B
JSON
Raw Normal View History

2012-07-17 14:45:52 -04:00
{
"name":"aviat4ion/query",
"type":"library",
"description":"Database Query Builder and Abstraction layer",
"keywords":["database", "query builder"],
"homepage":"https://github.com/aviat4ion/Query",
"license":"dbad-license",
2012-08-02 11:59:11 -04:00
"authors": [{
"name": "Timothy J. Warren",
"email": "tim@timshomepage.net",
"homepage": "https://timshomepage.net",
"role": "Developer"
}],
2012-07-17 14:45:52 -04:00
"require": {
"php": ">=5.2.0"
2012-08-02 11:59:11 -04:00
},
2012-07-17 14:45:52 -04:00
}