-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·34 lines (33 loc) · 900 Bytes
/
composer.json
File metadata and controls
executable file
·34 lines (33 loc) · 900 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
{
"name": "garlic/user",
"description": "Symfony 4 User Bundle for Garlic microservice framework",
"keywords": ["Microservises user bundle", "User Bundle", "Microservices"],
"license": "MIT",
"authors": [
{
"name": "Evgeniy Ivashko",
"email": "evgeniyivashko@gmail.com"
}
],
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Garlic\\User\\": ""
}
},
"require": {
"php": ">=7.1",
"scheb/two-factor-bundle": "2.14.0",
"hwi/oauth-bundle": "^0.6.1",
"psr/http-client": "^1.0",
"guzzlehttp/guzzle": "^6.0",
"php-http/guzzle6-adapter": "1.1.*",
"php-http/httplug": "1.1.*",
"lexik/jwt-authentication-bundle": "^2.4",
"predis/predis": "^1.1",
"paragonie/random_compat": "2.0.11",
"php-http/httplug-bundle": "1.9.0",
"friendsofsymfony/user-bundle": "2.1.2",
"symfony/translation": "^2.1|^3.0"
}
}