forked from hostnet/asset-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 904 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 904 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
{
"name": "hostnet/asset-lib",
"type": "hostnet-lib",
"description": "Tool for finding all dependencies given a set of input files.",
"license": "MIT",
"require": {
"php": ">=7.1",
"psr/log": "^1.0",
"psr/simple-cache": "^1.0",
"symfony/console": "^4.0|^3.3",
"symfony/event-dispatcher": "^4.0|^3.3"
},
"require-dev": {
"hostnet/phpcs-tool": "^6.0.2",
"mikey179/vfsStream": "^1.6",
"phpunit/phpunit": "^6.2",
"symfony/phpunit-bridge": "^4.0",
"symfony/process": "^4.0|^3.3"
},
"autoload": {
"psr-4": {
"Hostnet\\Component\\Resolver\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Hostnet\\Component\\Resolver\\": "test/"
}
}
}