Skip to content

Commit

Permalink
Merge pull request #7 from OPVL/master
Browse files Browse the repository at this point in the history
Update OneLogin dependency
  • Loading branch information
danieltjewett authored May 25, 2021
2 parents 88cdb5a + e16181c commit 42131f0
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@
"description": "Saml2 Middleware Auth",
"type": "library",
"require": {
"php": ">=5.6.4",
"php": ">=7.3",
"laravel/framework": ">=5.4.0",
"onelogin/php-saml": "^3.3"
"onelogin/php-saml": "^4"
},
"license": "MIT",
"authors": [
{
"authors": [{
"name": "Root Inc",
"email": "[email protected]"
},
{
"name": "Lloyd Culpepper",
"email": "[email protected]",
"homepage": "https://lloydculpepper.uk",
"role": "Forker"
}
],
"autoload": {
Expand All @@ -26,4 +31,4 @@
]
}
}
}
}

0 comments on commit 42131f0

Please sign in to comment.