Skip to content

Commit 996b9db

Browse files
committed
chore: Fixed links
1 parent cc0864a commit 996b9db

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
Plugin for your PHP website to get the [Flarum SSO extension](https://github.com/maicol07/flarum-ext-sso) working
1010

1111
## Documentation
12-
Check the [docs](https://docs.maicol07.it) to know more about the plugin, how to install it and to use it.
12+
Check the [docs](https://docs.maicol07.it/en/flarum-sso/plugins/php) to know more about the plugin, how to install it
13+
and to use it.

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
"email": "maicolbattistini@live.it"
1010
}
1111
],
12+
"support": {
13+
"issues": "https://tracker.maicol07.it/projects/0b8fae6e-4c8e-4b34-8fff-9bac316e4edc",
14+
"source": "https://github.com/maicol07/flarum_sso_php_plugin",
15+
"docs": "https://docs.maicol07.it/en/flarum-sso/plugins/php"
16+
},
17+
"funding": [
18+
{
19+
"type": "github",
20+
"url": "https://github.com/sponsors/maicol07"
21+
},
22+
{
23+
"type": "paypal",
24+
"url": "https://paypal.me/maicol072001/10eur"
25+
}
26+
],
1227
"require": {
1328
"php": ">=7.2",
1429
"ext-json": "*",

0 commit comments

Comments
 (0)