Skip to content

Commit 7536e97

Browse files
committed
refactor: general use ready & bug fixes
1 parent e4737ea commit 7536e97

File tree

11 files changed

+3069
-35
lines changed

11 files changed

+3069
-35
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"Logto"
4+
]
5+
}

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "ssangyongsports/logto",
2+
"name": "gbcl/logto",
33
"description": "Sign in with Logto",
44
"keywords": [
55
"flarum", "logto", "oauth", "fof", "sso"
66
],
77
"type": "flarum-extension",
88
"license": "MIT",
99
"require": {
10-
"flarum/core": "^1.3.1",
10+
"flarum/core": "^1.8.0",
1111
"fof/oauth": "^1.3"
1212
},
1313
"authors": [
1414
{
15-
"name": "ssangyongsports",
16-
"email": "your-email@example.com",
15+
"name": "GBCLStudio",
16+
"email": "gbclstudio@gmail.com",
1717
"role": "Developer"
1818
}
1919
],
2020
"support": {
21-
"source": "https://github.com/ssangyongsports/logto",
22-
"issues": "https://github.com/ssangyongsports/logto/issues"
21+
"source": "https://github.com/GBCLStudio/logto",
22+
"issues": "https://github.com/GBCLStudio/logto/issues"
2323
},
2424
"homepage": "https://your-homepage.com",
2525
"autoload": {
2626
"psr-4": {
27-
"Ssangyongsports\\Logto\\": "src/"
27+
"GBCLStudio\\OAuthLogto\\": "src/"
2828
}
2929
},
3030
"extra": {

extend.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?php
2-
32
/*
4-
* This file is part of ssangyongsports/logto.
3+
* This file is part of gbcl/logto.
54
*
6-
* Copyright (c) 2024 SsangyongSports.
5+
* Copyright (c) 2024 GBCLStudio.
76
*
87
* For the full copyright and license information, please view the LICENSE.md
98
* file that was distributed with this source code.
109
*/
1110

12-
namespace Ssangyongsports\Logto;
11+
namespace GBCLStudio\OAuthLogto;
1312

1413
use Flarum\Extend;
1514
use FoF\OAuth\Extend as OAuthExtend;

0 commit comments

Comments
 (0)