-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.03 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "maicol07/flarum_sso_plugin_wp",
"description": "WordPress plugin to get Flarum SSO working",
"type": "wordpress-plugin",
"require": {
"php": ">=8.0",
"ext-json": "*",
"ext-curl": "*",
"delight-im/cookie": "^3",
"eastwest/json": "^3",
"maicol07/flarum-sso-plugin": "^3"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3",
"wp-coding-standards/wpcs": "^2"
},
"support": {
"issues": "https://tracker.maicol07.it/projects/0b8fae6e-4c8e-4b34-8fff-9bac316e4edc",
"source": "https://github.com/maicol07/flarum_sso_wp_plugin",
"docs": "https://docs.maicol07.it/en/flarum-sso/plugins/wordpress"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/maicol07"
},
{
"type": "paypal",
"url": "https://paypal.me/maicol072001/10eur"
}
],
"license": "GNU GPL-2.0-or-later",
"authors": [
{
"name": "Maicol",
"email": "[email protected]"
}
],
"config": {
"platform": {
"php": "8.0"
},
"optimize-autoloader": true
}
}