Merge branch 'develop' of github.com:basdenooijer/solarium into feature/nextgen
Conflicts: composer.json
Showing
... | @@ -4,7 +4,6 @@ | ... | @@ -4,7 +4,6 @@ |
"description": "PHP Solr client", | "description": "PHP Solr client", | ||
"keywords": ["solr", "search", "php"], | "keywords": ["solr", "search", "php"], | ||
"homepage": "http://www.solarium-project.org", | "homepage": "http://www.solarium-project.org", | ||
"version": "3.0.0", | |||
"license": "NewBSD", | "license": "NewBSD", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
... | @@ -18,5 +17,11 @@ | ... | @@ -18,5 +17,11 @@ |
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-0": { "Solarium": "library/" } | "psr-0": { "Solarium": "library/" } | ||
}, | |||
"extra": { | |||
"branch-alias": { | |||
"dev-develop": "2.4-dev", | |||
"dev-feature-nextgen": "3.0-dev" | |||
} | |||
} | } | ||
} | } |
Please register or sign in to comment