-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
53 lines (53 loc) · 1.23 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
48
49
50
51
52
53
{
"name": "unb-libraries/dockworker",
"description": "Dockworker provides web application developers, site builders and operational engineers a single technical entrypoint with a consistent, unified workflow regardless of the framework.",
"type": "library",
"config": {
"preferred-install": {
"*": "dist"
},
"allow-plugins": {
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"consolidation/robo": "^4",
"czproject/git-php": "^4",
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-posix": "*",
"ext-yaml": "*",
"ext-zip": "*",
"grasmash/symfony-console-spinner": "dev-main",
"guzzlehttp/guzzle": "^7",
"lesstif/jira-cloud-restapi": "^1",
"knplabs/github-api": "^3",
"nyholm/psr7": "^1.5",
"php": "^8.1",
"symfony/http-client": "^6.2",
"twig/twig": "^3"
},
"require-dev": {
"phpstan/phpstan": "^1",
"squizlabs/php_codesniffer": "^3"
},
"license": "MIT",
"authors": [
{
"name": "UNB Libraries",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Dockworker\\": "./src/"
}
},
"bin": [
"bin/dockworker"
]
}