Skip to content

Commit

Permalink
set 8.2 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nivv committed Jun 13, 2024
1 parent cfb3d67 commit a593c81
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"name": "ikoncept/ikoncept-socialite-provider",
"description": "Ikoncept OAuth2 Provider for Laravel Socialite",
"license": "MIT",
"authors": [{
"name": "Albin N",
"email": "albin@ikoncept.se"
}],
"authors": [
{
"name": "Albin N",
"email": "albin@ikoncept.se"
}
],
"require": {
"php": "^7.0|^8.0",
"php": "^7.0|^8.0|^8.2",
"socialiteproviders/manager": "^2.0|^3.0|^4.0"
},
"autoload": {
Expand Down

0 comments on commit a593c81

Please sign in to comment.