Commit 4b30867a authored by Igor Wiedler's avatar Igor Wiedler

add composer.json

parent 672d77be
{
"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