Skip to content

Commit 7ea0873

Browse files
committed
Merge pull request #31 from liuggio/composer_alias
Fixed composer alias
2 parents 116e28a + a84ae83 commit 7ea0873

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88

99
matrix:
1010
allow_failures:
11-
- php: 5.5
11+
- php: 5.3.3
1212

1313
before_script:
1414
- wget -nc http://getcomposer.org/composer.phar

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It Includes
1212
* a **Service**, a **Factory** and an Entity callable by the DIC
1313
* a **Monolog Handler**
1414
* a series of **Collectors** in order to aggregate your personal data.
15-
15+
* a series of **Commands** in order to execute data also from cli.
1616

1717
## Check out the documentation
1818

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.2",
20-
"liuggio/statsd-php-client": ">=1.0.9",
20+
"liuggio/statsd-php-client": "1.0.*",
2121
"symfony/framework-bundle": ">2.0"
2222
},
2323
"require-dev": {
@@ -35,7 +35,7 @@
3535
"target-dir": "Liuggio/StatsDClientBundle",
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "2.3.x-dev"
38+
"dev-master": "1.6.x-dev"
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)