-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
44 lines (44 loc) · 1.22 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
{
"name": "linkorb/infra",
"description": "Infra: powertools for managing your infrastructure",
"homepage": "http://www.github.com/linkorb/infra",
"keywords": ["php", "firewall", "infra", "iptables", "linkorb"],
"type": "library",
"authors": [
{
"name": "LinkORB Engineering",
"email": "[email protected]",
"role": "Development"
}
],
"require": {
"php": ">=5.3.0",
"linkorb/infra-sdk": "^1.0",
"linkorb/graph": "^1.0",
"linkorb/scripter": "^1.0",
"symfony/console": "^4.0",
"symfony/process": "^3.0|^4.0",
"symfony/yaml": "^3.0|^4.0",
"twig/twig": "~1.0",
"symfony/dotenv": "^4.0",
"doctrine/inflector": "^1.0",
"ssh-client/ssh-client": "^0.1",
"webonyx/graphql-php": "^0.13.1",
"geekdevs/cli-highlighter": "^1.0.3",
"symfony/serializer": "^4.2",
"php-http/guzzle6-adapter": "^1.1",
"knplabs/github-api": "^2.0"
},
"require-dev": {
"linkorb/autotune": "~1.0"
},
"autoload": {
"psr-4": {
"Infra\\": "src/"
}
},
"bin": [
"bin/infra"
],
"license": "MIT"
}