Commit 25e4ad29 authored by Bas de Nooijer's avatar Bas de Nooijer

Merge pull request #257 from iampersistent/develop

update composer with alias and update travis to include 5.5
parents 96a273ab c69df602
language: php language: php
phps: phps:
- 5.5
- 5.4 - 5.4
- 5.3 - 5.3
......
...@@ -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