Skip to content

Commit

Permalink
Support PHP 8 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Shkuta <[email protected]>
  • Loading branch information
Dugard and Ivan Shkuta authored Mar 19, 2021
1 parent f92ce92 commit 3271f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"email": "[email protected]"
}],
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"socialiteproviders/manager": "~3.0"
"socialiteproviders/manager": "~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3271f0b

Please sign in to comment.