Skip to content

Commit

Permalink
add composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouzekri committed Jul 6, 2014
1 parent 9619239 commit e55b720
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
@@ -0,0 +1,14 @@
{
"name": "flaptor/indextank-php",
"type": "library",
"description": "PHP Client for the IndexTank API",
"keywords": ["Indextank", "PHP", "Client", "Search"],
"homepage": "http://www.searchify.com/documentation/php-client",
"license": "Apache-2.0",
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-0": { "Indextank_": "Indextank/" }
}
}

0 comments on commit e55b720

Please sign in to comment.