Commit 24374141 authored by Richard Shank's avatar Richard Shank

add alias for dev-develop in composer.json

parent 96a273ab
...@@ -19,6 +19,11 @@ ...@@ -19,6 +19,11 @@
"phpunit/phpunit": "~3.7", "phpunit/phpunit": "~3.7",
"squizlabs/php_codesniffer": "~1.4" "squizlabs/php_codesniffer": "~1.4"
}, },
"extra": {
"branch-alias": {
"dev-develop": "3.3.x-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "Solarium\\": "library/" } "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