Skip to content

Commit f460ec4

Browse files
committed
0.1.1
2 parents 415e545 + 306a3ab commit f460ec4

File tree

10 files changed

+123
-225
lines changed

10 files changed

+123
-225
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010

1111
before_script:
1212
- curl -s http://getcomposer.org/installer | php
13-
- php composer.phar install --dev --no-interaction
13+
- php composer.phar install --dev --prefer-source
1414

1515
script:
1616
- mkdir -p build/logs

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
],
1616
"require": {
1717
"php": ">=5.3",
18-
"ext-curl": "*",
19-
"ext-spl": "*",
2018
"kriswallsmith/buzz": "0.10"
2119
},
2220
"require-dev": {
23-
"phpunit/phpunit": "3.7.*",
24-
"satooshi/php-coveralls": "dev-master"
21+
"phpunit/phpunit": "~3.7",
22+
"satooshi/php-coveralls": "~0.6"
23+
},
24+
"suggest": {
25+
"ext-curl": "*"
2526
},
2627
"autoload": {
2728
"psr-0": { "Bitbucket\\": "lib/" }

0 commit comments

Comments
 (0)