-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 1.24 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
{
"name": "figuren-theater/ft-network-sourcelinks",
"description": "Manage external Links as 'other' personal profiles or external sources. Handles syncing content from thoose sites, (NOT YET: using RSS-Bridge, friends,) and the old native WordPress Link-Manager a little modified.",
"homepage": "https://websites.fuer.figuren.theater",
"type": "wordpress-plugin",
"keywords": ["wordpress", "wordpress-plugin", "links"],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "figuren.theater",
"email": "[email protected]"
},
{
"name": "Carsten Bach",
"email": "[email protected]",
"homepage": "https://carsten-bach.de",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/figuren-theater/ft-network-sourcelinks/issues",
"source": "https://github.com/figuren-theater/ft-network-sourcelinks"
},
"require": {
"php": ">=7.1",
"johnpbloch/wordpress": "^6.0"
},
"suggest": {
"figuren-theater/ft-onboarding": "Contains the mandatory filter, which will help to create 'individual default' links during site-installation."
}
}