-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (46 loc) · 1.26 KB
/
composer.json
File metadata and controls
47 lines (46 loc) · 1.26 KB
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": "networq/networq-web",
"description": "Web-based Networq browser",
"homepage": "http://www.github.com/networq/networq-web",
"keywords": ["networq", "graph", "modeling", "linkorb"],
"type": "application",
"authors": [
{
"name": "LinkORB Engineering",
"email": "engineering@linkorb.com",
"role": "Development"
}
],
"require": {
"php": "^7.2",
"networq/networq": "^1.0",
"linkorb/connector": "^1.0",
"symfony/yaml": "^4.0",
"symfony/dotenv": "^4.0",
"twig/twig": "^1.0",
"sensio/framework-extra-bundle": "^5.1",
"symfony/asset": "^4.0",
"symfony/flex": "^1.0",
"symfony/form": "^4.0",
"symfony/framework-bundle": "^4.0",
"symfony/lts": "^4@dev",
"symfony/twig-bundle": "^4.0",
"symfony/webpack-encore-pack": "*"
},
"require-dev": {
"linkorb/autotune": "^1.0",
"phpro/grumphp": "^0.14.1"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"license": "MIT",
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}