1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 13:47:33 +02:00

added composer.json

This commit is contained in:
Jan Marek
2012-03-27 17:42:15 +02:00
committed by David Grudl
parent 973c2452a7
commit c1537c1d36

16
composer.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "dg/dibi",
"description": "Dibi is Database Abstraction Library for PHP 5.",
"keywords": ["dibi", "database", "dbal", "mysql", "postgresql", "sqlite", "mssql", "oracle", "access", "pdo", "odbc"],
"homepage": "http://dibiphp.com/",
"license": ["BSD-3", "GPLv2", "GPLv3"],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
}
],
"autoload": {
"classmap": ["dibi/"]
}
}