We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84ca2a commit a4e7a96Copy full SHA for a4e7a96
.gitignore
@@ -1 +1,3 @@
1
/.idea
2
+/vendor
3
+composer.lock
composer.json
@@ -19,8 +19,8 @@
19
"homepage": "https://code.google.com/p/lightopenid/"
20
},
21
{
22
- "name": "Ignat Ignatov",
23
- "homepage": "https://github.com/iignatov/LightOpenID"
+ "name": "Marcel Satariall",
+ "homepage": "https://github.com/Satariall/LightOpenID"
24
25
26
"name": "Frank Kuipers",
@@ -29,7 +29,7 @@
29
],
30
"require": {
31
"php": ">=5.4",
32
- "iignatov/lightopenid": "*"
+ "satariall/lightopenid": "*"
33
34
"autoload": {
35
"psr-4": {"ScoutingRudyardKipling\\": "src/"}
0 commit comments