-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
71 lines (71 loc) · 1.94 KB
/
Copy pathcomposer.json
File metadata and controls
71 lines (71 loc) · 1.94 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "zumo/zumokit-bundle",
"type": "symfony-bundle",
"description": "Symfony bundle for Zumo's ZumoKit service.",
"version": "1.0.10",
"license": "MIT",
"keywords": [
"zumo",
"zumokit"
],
"homepage": "https://developers.zumo.money/",
"authors": [
{
"name": "Zumo",
"homepage": "https://zumo.money/"
}
],
"require": {
"php": "^7.2.1",
"ext-json": "*",
"psr/log": "^1.0.1",
"symfony/config": "^4.0 || ^5.0",
"symfony/dependency-injection": "^4.0 || ^5.0",
"symfony/event-dispatcher": "^4.0 || ^5.0",
"symfony/framework-bundle": "^4.1.12 || ^5.0",
"symfony/security-bundle": "^4.0 || ^5.0",
"symfony/finder": "^4.0 || ^5.0",
"paragonie/random_compat": "^1 || ^2 || ^9",
"lcobucci/jwt": "^3.2",
"guzzlehttp/guzzle": "~6.2",
"guzzlehttp/psr7": "^1.4",
"monolog/monolog": "^1.24"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"symfony/debug": "^4.0 || ^5.0",
"friendsofphp/php-cs-fixer": "^2.2",
"swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
"symfony/console": "^4.0 || ^5.0",
"symfony/phpunit-bridge": "^5.0",
"symfony/yaml": "^4.0 || ^5.0",
"lexik/jwt-authentication-bundle": "^2.6",
"phpmd/phpmd": "^2.6",
"sebastian/phpcpd": "^4.1",
"squizlabs/php_codesniffer": "^3.4",
"jakub-onderka/php-parallel-lint": "^1.0",
"nyholm/symfony-bundle-test": "^1.4",
"matthiasnoback/symfony-dependency-injection-test": "^3.1",
"phpunit/phpunit": "^7.5",
"phpstan/phpstan-symfony": "^0.12.2",
"phpstan/extension-installer": "^1.0",
"symfony/browser-kit": "^5.0",
"symfony/monolog-bundle": "^3.5"
},
"autoload": {
"psr-4": {
"Zumo\\ZumokitBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"autoload-dev": {
"psr-4": {
"Zumo\\ZumokitBundle\\Tests\\": "/tests/"
}
},
"support": {
"docs": "https://developers.zumo.money/"
}
}