Skip to content

Commit

Permalink
Merge pull request #73 from ristekusdi/support-laravel10
Browse files Browse the repository at this point in the history
add laravel 10 support + keep minimum stability stable and prefer stable
  • Loading branch information
kresnasatya authored Feb 22, 2023
2 parents 474cc59 + 2fbcfd3 commit 27bfa26
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"homepage": "https://github.com/ristekusdi/sso-laravel",
"keywords": ["SSO", "authentication", "authorization"],
"require": {
"php": "^7.2.5|^8.0.2",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0",
"guzzlehttp/guzzle": "^7.0.1"
"php": "^7.2.5|^8.0.2|^8.1",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^7.0.1|^7.2"
},
"autoload": {
"psr-4": {
Expand All @@ -35,5 +35,7 @@
"IMISSUWeb": "RistekUSDI\\SSO\\Laravel\\Facades\\IMISSUWeb"
}
}
}
},
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit 27bfa26

Please sign in to comment.