forked from humanmade/altis-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.19 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": "figuren-theater/altis-core",
"description": "Core Module for a WordPress multisite plattform like figuren.theater. Forked, learned and made from the great Altis.",
"type": "composer-plugin",
"homepage": "https://websites.fuer.figuren.theater",
"keywords": ["wordpress", "composer", "theater", "altis"],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Human Made",
"email": "hello@humanmade.com"
},
{
"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/altis-core/issues",
"source": "https://github.com/figuren-theater/altis-core"
},
"require": {
"php": ">=7.1",
"composer-plugin-api": "^1.1 || ^2.0",
"composer/installers": "^1.12 || ^2.0"
},
"autoload": {
"files": [
"inc/namespace.php"
],
"classmap": [
"inc/"
]
},
"extra": {
"class": "Altis\\Composer\\Plugin",
"altis": {}
}
}