Skip to content

Commit f75f942

Browse files
committed
composer update
1 parent 365ee49 commit f75f942

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "aacotroneo/laravel-saml2",
3-
"description": "A Laravel package for Saml2 integration as a SP (service provider) based on OneLogin toolkit, which is much lightweight than simplesamlphp",
2+
"name": "kn4ppster/laravel-saml2",
3+
"description": "A Laravel 4.2 package for Saml2 integration as a SP (service provider) based on OneLogin toolkit, which is much lightweight than simplesamlphp",
44
"keywords": ["laravel","saml", "saml2", "onelogin"],
5-
"homepage": "https://github.com/aacotroneo/laravel-saml2",
5+
"homepage": "https://github.com/Kn4ppster/laravel-saml2/tree/laravel-4.2",
66
"license": "MIT",
77
"authors": [
88
{
9-
"name": "aacotroneo",
10-
"email": "aacotroneo@gmail.com"
9+
"name": "kn4ppster",
10+
"email": "kn4ppster@gmail.com"
1111
}
1212
],
1313
"require": {
@@ -20,7 +20,7 @@
2020
"src/controllers"
2121
],
2222
"psr-0": {
23-
"Aacotroneo\\Saml2\\": "src/"
23+
"Kn4ppster\\Saml2\\": "src/"
2424
}
2525
},
2626
"minimum-stability": "stable"

0 commit comments

Comments
 (0)