Skip to content

Commit

Permalink
Remove trailing comma in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjanecek committed Feb 8, 2022
1 parent 274f041 commit 8a7d507
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 @@ -3,7 +3,7 @@
"description": "Adobe Sign OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
"require": {
"php": "^7.3 || ^8.0 || ^8.1",
"league/oauth2-client": "^2.5",
"league/oauth2-client": "^2.5"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 8a7d507

Please sign in to comment.