forked from joomlatools/joomlatools-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 794 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 794 Bytes
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
{
"name": "joomlatools/server",
"type": "project",
"license": "AGPL-3.0-only",
"description": "Cloud native dev evironment for Joomla CMS, Wordpress and Joomlatools Pages",
"keywords": [
"server",
"joomlatools",
"joomla",
"docker",
"gitpod",
"pages",
"wordpress",
"cloud-native"
],
"homepage": "https://github.com/joomlatools/joomlatools-server",
"authors": [
{
"name": "Johan Janssens",
"email": "johan@janssens.me",
"homepage": "http://about.me/johanjanssens"
},
{
"name": "Timble",
"email": "info@timble.net",
"homepage": "http://www.timble.net"
}
],
"bin": [
"bin/jtctl"
],
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true
}