Skip to content

Commit

Permalink
use league/oauth2-client 2.7
Browse files Browse the repository at this point in the history
Because ver.2.7.0 was released in Apr 17 :)

    $ composer require "league/oauth2-client:^2.7.0"
  • Loading branch information
arai-ta committed May 2, 2023
1 parent 651f7c3 commit b01f3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^7.0 || ^8.0",
"league/oauth2-client": "^2.6.0"
"league/oauth2-client": "^2.7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0 || ^9.0"
Expand Down

0 comments on commit b01f3a8

Please sign in to comment.