forked from aacotroneo/laravel-saml2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 814 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "aacotroneo/laravel-saml2",
"description": "A Laravel package for Saml2 integration as a SP (service provider) based on OneLogin toolkit, which is much lightweight than simplesamlphp",
"keywords": ["laravel","saml", "saml2", "onelogin"],
"homepage": "https://github.com/aacotroneo/laravel-saml2",
"license": "MIT",
"version": "0.8.1",
"authors": [
{
"name": "aacotroneo",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": ">=5.0.0",
"onelogin/php-saml": "^2.10"
},
"require-dev": {
"mockery/mockery": "0.9.*"
},
"autoload": {
"psr-0": {
"Aacotroneo\\Saml2\\": "src/"
}
},
"minimum-stability": "stable"
}