Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
salebab committed Sep 15, 2013
1 parent 135dda0 commit 2893f7d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/.idea

/vendor/
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "sorskod/db",
"description": "PDO wrapper. Extends PDO and PDOStatement with useful methods.",
"keywords" : ["database", "pdo", "mysql"],
"license": "MIT",

"authors": [
{
"name": "Aleksandar Babic",
"email": "salebab@gmail.com"
}
],

"require": {
"php": ">=5.3.0"
},

"autoload": {
"psr-0": {"database": "database/"}
}
}

0 comments on commit 2893f7d

Please sign in to comment.