-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 772 Bytes
/
composer.json
File metadata and controls
39 lines (39 loc) · 772 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
38
39
{
"name": "dpi/ak_tinygraphs",
"description": "Tinygraphs for Avatar Kit",
"minimum-stability": "stable",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/dpi/ak_tinygraphs"
},
"authors": [
{
"name": "Daniel Phin",
"email": "pro@danielph.in",
"homepage": "https://dpi.id.au"
}
],
"autoload": {
"psr-4": {
"dpi\\ak_tinygraphs\\": "src/"
}
},
"config": {
"sort-packages": true
},
"require-dev": {
"drupal/coder": "^8.2.12",
"phpunit/phpunit": "5",
"squizlabs/php_codesniffer": "^2.7"
},
"require": {
"php": "~7.1",
"dpi/ak": "^1@dev",
"jakeasmith/http_build_url": "^1.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}