-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.11 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
{
"name": "websafe/caq",
"description": "Composed Application Quickstarter",
"license": "MIT",
"type": "library",
"keywords": [
"bash",
"php",
"quickstart",
"development",
"composer",
"ZendFramework",
"Symfony",
"PHPUnit",
"webdeveloper",
"script",
"project",
"automation",
"Kohana",
"WordPress",
"Drupal",
"Joomla",
"Twig"
],
"homepage": "http://websafe.github.com/caq/",
"authors": [
{
"name": "Thomas Szteliga",
"email": "[email protected]",
"homepage": "https://websafe.pl/",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/websafe/caq/issues/",
"forum": "https://github.com/websafe/caq/issues?labels=question",
"wiki": "https://github.com/websafe/caq/wiki/",
"source": "https://github.com/websafe/caq/"
},
"require": {
"php": ">=5.3.3"
},
"bin": [
"caq.sh"
]
}