Skip to content

Commit 7d3ca6e

Browse files
authored
Merge pull request #109 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents c4a2287 + d38a146 commit 7d3ca6e

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

composer.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"name": "codegreencreative/laravel-samlidp",
3-
"description": "Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).",
4-
"keywords": [
5-
"laravel",
6-
"saml",
7-
"saml 2.0",
8-
"auth",
9-
"acl",
10-
"sso",
11-
"idp"
12-
],
13-
"license": "MIT",
14-
"require": {
15-
"php": "^7.2.5 | ^8.0",
16-
"illuminate/support": "^7.0 | ^8.0 | ^9.0",
17-
"illuminate/routing": "^7.0 | ^8.0 | ^9.0",
18-
"litesaml/lightsaml": "^4.0"
19-
},
20-
"autoload": {
21-
"psr-4": {
22-
"CodeGreenCreative\\SamlIdp\\": "src/"
2+
"name": "codegreencreative/laravel-samlidp",
3+
"description": "Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).",
4+
"keywords": [
5+
"laravel",
6+
"saml",
7+
"saml 2.0",
8+
"auth",
9+
"acl",
10+
"sso",
11+
"idp"
12+
],
13+
"license": "MIT",
14+
"require": {
15+
"php": "^7.2.5|^8.0",
16+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
17+
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0",
18+
"litesaml/lightsaml": "^4.0"
19+
},
20+
"autoload": {
21+
"psr-4": {
22+
"CodeGreenCreative\\SamlIdp\\": "src/"
23+
}
24+
},
25+
"extra": {
26+
"laravel": {
27+
"providers": [
28+
"CodeGreenCreative\\SamlIdp\\LaravelSamlIdpServiceProvider"
29+
]
30+
}
2331
}
24-
},
25-
"extra": {
26-
"laravel": {
27-
"providers": [
28-
"CodeGreenCreative\\SamlIdp\\LaravelSamlIdpServiceProvider"
29-
]
30-
}
31-
}
3232
}

0 commit comments

Comments
 (0)