-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.16 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
47
48
49
50
51
{
"name": "rivervanrain/indieweb",
"type": "elgg-plugin",
"description": "IndieWeb integration for Elgg",
"license": "AGPL-3.0-or-later",
"keywords": ["indieweb", "webmentions", "microformats", "microsub", "micropub", "indieauth", "websub", "fediverse"],
"homepage": "https://wzm.me",
"authors": [
{
"name": "Nikolai Shcherbin",
"email": "[email protected]"
}
],
"config": {
"fxp-asset": {
"enabled": false
},
"optimize-autoloader": true
},
"require": {
"php": "^8.3",
"guzzlehttp/guzzle": "^7.0",
"masterminds/html5": "^2.0",
"indieweb/mention-client": "^1.2.1",
"p3k/xray": "^1.12.0",
"p3k/micropub": "^0.0.3",
"rivervanrain/websub": "dev-elgg",
"indieauth/client": "^1.1",
"lcobucci/jwt": "4.3.0",
"symfony/dom-crawler": "^5.4",
"pfefferle/openwebicons": "^1.6.3",
"paragonie/sodium_compat": "^2.1"
},
"autoload": {
"psr-4": {
"": "classes/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"conflict": {
"elgg/elgg": "<6.1"
},
"support": {
"source": "https://github.com/RiverVanRain/indieweb"
}
}