Skip to content

Commit

Permalink
Merge pull request #7 from roydejong/master
Browse files Browse the repository at this point in the history
Support to league/oauth2-client ^2.0
  • Loading branch information
Willem Stuursma-Ruwen authored Jun 15, 2017
2 parents 21f1b18 + c9cb3c7 commit ab1fca3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

dist: trusty
sudo: false

cache:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Use Mollie Connect (OAuth) to easily connect Mollie Merchant accounts to your ap

By far the easiest way to install the Mollie API client is to require it with [Composer](http://getcomposer.org/doc/00-intro.md).

$ composer require mollie/oauth2-mollie-php ~1.0
$ composer require mollie/oauth2-mollie-php ^1.0

{
"require": {
"mollie/oauth2-mollie-php": "~1.0"
"mollie/oauth2-mollie-php": "^1.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.5.0",
"league/oauth2-client": "^1.0"
"league/oauth2-client": "^1.0 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7",
Expand Down

0 comments on commit ab1fca3

Please sign in to comment.