-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.25 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
{
"name": "figuren-theater/deprecated_figuren_theater_v2",
"description": "(Old & deprecated) Core (v2.*) components for a WordPress multisite plattform like figuren.theater",
"type": "wordpress-dropin",
"homepage": "https://websites.fuer.figuren.theater",
"keywords": ["wordpress", "composer", "theater", "altis"],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "figuren.theater",
"email": "info@figuren.theater"
},
{
"name": "Carsten Bach",
"email": "mail@carsten-bach.de",
"homepage": "https://carsten-bach.de",
"role": "Developer"
}
],
"support": {
"email": "info@figuren.theater",
"issues": "https://github.com/figuren-theater/deprecated__Figuren_Theater__v2/issues",
"source": "https://github.com/figuren-theater/deprecated__Figuren_Theater__v2"
},
"require": {
"php": ">=7.1",
"composer/installers": "^1.12 || ^2",
"koodimonni/composer-dropin-installer": "^1.4"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"autoload": {
"classmap": [
"mu-plugins/Figuren_Theater/src/"
]
}
}