Skip to content

Commit a4e7a96

Browse files
committed
Added compatibility for php 7.4
1 parent f84ca2a commit a4e7a96

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/.idea
2+
/vendor
3+
composer.lock

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"homepage": "https://code.google.com/p/lightopenid/"
2020
},
2121
{
22-
"name": "Ignat Ignatov",
23-
"homepage": "https://github.com/iignatov/LightOpenID"
22+
"name": "Marcel Satariall",
23+
"homepage": "https://github.com/Satariall/LightOpenID"
2424
},
2525
{
2626
"name": "Frank Kuipers",
@@ -29,7 +29,7 @@
2929
],
3030
"require": {
3131
"php": ">=5.4",
32-
"iignatov/lightopenid": "*"
32+
"satariall/lightopenid": "*"
3333
},
3434
"autoload": {
3535
"psr-4": {"ScoutingRudyardKipling\\": "src/"}

0 commit comments

Comments
 (0)