Skip to content

Commit

Permalink
Update composer dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Sep 16, 2021
1 parent 12af192 commit d42ee81
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 @@ -23,6 +23,7 @@
"dropbox"
],
"require": {
"php": "^5.6 || ^7.0 || ^8.0",
"league/oauth2-client": "^2.0"
},
"require-dev": {
Expand All @@ -31,7 +32,6 @@
"phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
"squizlabs/php_codesniffer": "^2.3 || ^3.0"
},

"autoload": {
"psr-4": {
"Stevenmaguire\\OAuth2\\Client\\": "src/"
Expand Down

0 comments on commit d42ee81

Please sign in to comment.