Commit 0c011b3e authored by Igor Wiedler's avatar Igor Wiedler

[composer] Remove version field, add branch-alias

parent 5c7afe1c
...@@ -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": "2.4.0",
"license": "NewBSD", "license": "NewBSD",
"authors": [ "authors": [
{ {
...@@ -17,5 +16,11 @@ ...@@ -17,5 +16,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"
}
} }
} }
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