Skip to content

Commit

Permalink
fix(deps): keep backward compatibility to php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed Feb 17, 2024
1 parent d2360c1 commit 360e4c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"require": {
"league/oauth2-client": "2.7.0"
}
"require": {
"league/oauth2-client": "2.7.0"
},
"config": {
"platform": {
"php": "7.4.0"
},
"platform-check": true,
"sort-packages": true
}
}
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 360e4c8

Please sign in to comment.