Skip to content

Commit 42131f0

Browse files
Merge pull request #7 from OPVL/master
Update OneLogin dependency
2 parents 88cdb5a + e16181c commit 42131f0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

composer.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@
33
"description": "Saml2 Middleware Auth",
44
"type": "library",
55
"require": {
6-
"php": ">=5.6.4",
6+
"php": ">=7.3",
77
"laravel/framework": ">=5.4.0",
8-
"onelogin/php-saml": "^3.3"
8+
"onelogin/php-saml": "^4"
99
},
1010
"license": "MIT",
11-
"authors": [
12-
{
11+
"authors": [{
1312
"name": "Root Inc",
1413
"email": "[email protected]"
14+
},
15+
{
16+
"name": "Lloyd Culpepper",
17+
"email": "[email protected]",
18+
"homepage": "https://lloydculpepper.uk",
19+
"role": "Forker"
1520
}
1621
],
1722
"autoload": {
@@ -26,4 +31,4 @@
2631
]
2732
}
2833
}
29-
}
34+
}

0 commit comments

Comments
 (0)