Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jan 3, 2014
1 parent 47fb8b1 commit 603daa4
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@
"name": "aura/sql",
"type": "library",
"description": "A PDO extension that provides lazy connections, array quoting, identifier quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.",
"keywords": [ "mysql", "pdo", "pgsql", "postgres", "postgresql", "sqlite", "sql server", "sqlserver", "sqlsrv" ],
"homepage": "http://auraphp.github.com/Aura.Sql",
"keywords": [
"mysql",
"pdo",
"pgsql",
"postgres",
"postgresql",
"sqlite",
"sql server",
"sqlserver",
"sqlsrv"
],
"homepage": "https://github.com/auraphp/Aura.Sql/releases",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Aura Contributors",
"name": "Aura.Sql Contributors",
"homepage": "https://github.com/auraphp/Aura.Sql/contributors"
}
],
Expand Down

0 comments on commit 603daa4

Please sign in to comment.