Skip to content

Commit

Permalink
ADD: composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tuegeb committed May 29, 2015
1 parent f68cfaf commit 6682f9e
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": "fact-finder/fact-finder-php-library",
"description": "FACT Finder PHP Library",
"license": "GPL-3.0",
"keywords": [
"fact finder",
"fact finder php library"
],
"homepage": "https://github.com/FACT-Finder/FACT-Finder-PHP-Library",
"authors": [
{
"name": "Martin Büttner"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"FACTFinder\\": "src/"
}
}
}

0 comments on commit 6682f9e

Please sign in to comment.