Skip to content

Commit

Permalink
composer.json for packagist added
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jan 23, 2012
1 parent 11eb014 commit eb0af09
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changes.txt
@@ -1,5 +1,8 @@
CHANGES CHANGES


2012-01-23
- Packagist added http://packagist.org/

2012-01-15 2012-01-15
- Vagrantfile for vagrant environment with elasticsearch added. Run: vagrant up - Vagrantfile for vagrant environment with elasticsearch added. Run: vagrant up


Expand Down
20 changes: 20 additions & 0 deletions composer.json
@@ -0,0 +1,20 @@
{
"name": "ruflin/Elastica",
"description": "Elasticsearch Client",
"keywords": ["search","client"],
"homepage": "http://ruflin.github.com/Elastica/",
"type": "library",
"license": "Apache 2.0",
"authors": [
{
"name": "Nicolas Ruflin",
"homepage": "http://ruflin.com/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"Elastica": "lib/"}
}
}

0 comments on commit eb0af09

Please sign in to comment.