Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Made the class available through composer
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsverkoyen committed Feb 9, 2013
1 parent 6960a35 commit 10979d6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "tijsverkoyen/dbfact",
"type": "library",
"description": "PHP DBFact is a (wrapper)class to communicate with DBFact.",
"homepage": "https://github.com/tijsverkoyen/DBFact",
"license": "BSD",
"authors": [
{
"name": "Tijs Verkoyen",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-zip": "*"
},
"target-dir": "TijsVerkoyen/DBFact",
"autoload": {
"psr-0": {"TijsVerkoyen\\DBFact": ""}
}
}

0 comments on commit 10979d6

Please sign in to comment.