Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Added support for Composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Jan 4, 2017
1 parent 5d03bd1 commit cf32f06
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
composer.phar
/vendor/
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "tschoffelen/db.php",
"description": "Simple PHP class for doing standard MySQL actions.",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Thomas Schoffelen",
"email": "[email protected]"
}
],
"autoload": {
"classmap": [
"Database.php"
]
},
"require": {}
}

0 comments on commit cf32f06

Please sign in to comment.