Skip to content

Commit

Permalink
Merge pull request #31 from liuggio/composer_alias
Browse files Browse the repository at this point in the history
Fixed composer alias
  • Loading branch information
liuggio committed Oct 25, 2013
2 parents 116e28a + a84ae83 commit 7ea0873
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ php:

matrix:
allow_failures:
- php: 5.5
- php: 5.3.3

before_script:
- wget -nc http://getcomposer.org/composer.phar
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It Includes
* a **Service**, a **Factory** and an Entity callable by the DIC
* a **Monolog Handler**
* a series of **Collectors** in order to aggregate your personal data.

* a series of **Commands** in order to execute data also from cli.

## Check out the documentation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.2",
"liuggio/statsd-php-client": ">=1.0.9",
"liuggio/statsd-php-client": "1.0.*",
"symfony/framework-bundle": ">2.0"
},
"require-dev": {
Expand All @@ -35,7 +35,7 @@
"target-dir": "Liuggio/StatsDClientBundle",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
"dev-master": "1.6.x-dev"
}
}
}

0 comments on commit 7ea0873

Please sign in to comment.