Commit 3b9798a7 authored by Bas de Nooijer's avatar Bas de Nooijer

Merge pull request #49 from igorw/composer

add composer.json
parents 672d77be 4b30867a
{
"name": "solarium/solarium",
"type": "library",
"description": "PHP Solr client",
"keywords": ["solr", "search"],
"homepage": "http://www.solarium-project.org",
"version": "2.3.0",
"license": "MIT",
"authors": [
{
"name": "Bas de Nooijer",
"email": "github@raspberry.nl"
},
{
"name": "Gasol Wu",
"email": "gasol.wu@gmail.com"
}
],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"psr-0": { "Solarium": "library/" }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment