-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 974 Bytes
/
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
{
"name": "jamesmorrison/cloudflare-access-sso",
"description": "Facilitates SSO login to WordPress via Cloudflare Access.",
"version": "1.0.6",
"type": "wordpress-plugin",
"homepage": "https://james.morrison.uk/plugins/cloudflare-access-sso/",
"readme": "./readme.md",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "James Morrison",
"homepage": "https://james.morrison.uk",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/jamesmorrison/cloudflare-access-sso",
"issues": "https://github.com/jamesmorrison/cloudflare-access-sso/issues",
"docs": "https://github.com/jamesmorrison/cloudflare-access-sso/#readme"
},
"require": {
"php": ">=8.0",
"firebase/php-jwt": "^6.8"
},
"autoload": {
"psr-4": {
"CloudflareAccessSSO\\": "includes/classes/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}