Skip to content

Commit

Permalink
support for laravel 9.0 onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
pochocho committed Nov 28, 2022
1 parent 80449a3 commit 404f98d
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 @@ -2,9 +2,9 @@
"name": "pochocho/okta-saml-sso",
"description": "SSO for Laravel with Okta",
"require": {
"illuminate/support": "^9.41",
"illuminate/support": "^9.0",
"litesaml/lightsaml": "^4.0",
"illuminate/auth": "^9.41"
"illuminate/auth": "^9.0"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 404f98d

Please sign in to comment.