Skip to content

Commit 26f3b03

Browse files
committed
fix OAuth authentication version on Travis
1 parent 7ce715d commit 26f3b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ matrix:
2121
- php: 5.4
2222
env: $COMPOSER_OPTIONS="--prefer-lowest --ignore-platform-reqs"
2323
- php: 5.6
24-
env: PACKAGES="php-http/discovery:^1.0 php-http/guzzle6-adapter:^1.0 php-http/message:^1.0 xabbuh/oauth1-authentication:~0.1"
24+
env: PACKAGES="php-http/discovery:^1.0 php-http/guzzle6-adapter:^1.0 php-http/message:^1.0 xabbuh/oauth1-authentication:~1.0"
2525
- php: 7.0
2626
env: xdebug="yes"
2727

0 commit comments

Comments
 (0)