-
Notifications
You must be signed in to change notification settings - Fork 39
/
composer.json
134 lines (134 loc) · 5.2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "procergs/login-cidadao",
"version": "1.21.2",
"license": "AGPL-3.0",
"type": "project",
"description": "login-cidadao",
"autoload": {
"psr-4": {
"": "src/",
"SymfonyStandard\\": "app/"
},
"classmap": [
"app/AppKernel.php",
"app/AppCache.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/PROCERGS/login-cidadao-badges-bundle"
}
],
"require": {
"php": ">=7.1.8",
"ext-curl": "*",
"symfony/symfony": "^3.4",
"doctrine/orm": "^2.5",
"doctrine/dbal": "^2.6",
"doctrine/doctrine-bundle": "^1.6",
"symfony/assetic-bundle": "^2.8",
"symfony/swiftmailer-bundle": "^3",
"symfony/monolog-bundle": "^3",
"sensio/distribution-bundle": "^5",
"sensio/framework-extra-bundle": "^3",
"incenteev/composer-parameter-handler": "^2.0",
"friendsofsymfony/user-bundle": "~2.0@dev",
"friendsofsymfony/oauth-server-bundle": "^1.5",
"jms/serializer-bundle": "*",
"simplethings/entity-audit-bundle": "^1.0",
"hwi/oauth-bundle": "*",
"vich/uploader-bundle": "^1.6",
"knplabs/knp-gaufrette-bundle": "^0.5",
"friendsofsymfony/rest-bundle": "^2",
"michelf/php-markdown": "^1.8",
"nelmio/api-doc-bundle": "^2",
"jms/security-extra-bundle": "*",
"procergs/login-cidadao-badges-bundle": "^3",
"scheb/two-factor-bundle": "^2",
"procergs/tos-bundle": "^2",
"bshaffer/oauth2-server-bundle": "^0.4",
"phpseclib/phpseclib": "^2",
"gree/jose": "^2.2",
"oro/doctrine-extensions": "^1.2",
"nelmio/cors-bundle": "^1.5",
"nelmio/security-bundle": "^2.5",
"liip/monitor-bundle": "^2.7",
"guzzlehttp/guzzle": "^6",
"guilhermednt/pathwell-bundle": "^0.1",
"beelab/recaptcha2-bundle": "^2",
"bmatzner/fontawesome-bundle": "^4.6",
"ramsey/uuid": "^3",
"qandidate/stack-request-id": "*",
"egulias/email-validator": "^2.1",
"misd/phone-number-bundle": "^1.3",
"giggsey/libphonenumber-for-php": "^8.9",
"ocramius/proxy-manager": "^2.1",
"rollerworks/password-strength-bundle": "^2",
"emarref/jwt": "*",
"psr/http-message": "^1.0",
"knplabs/knp-paginator-bundle": "^2.8",
"snc/redis-bundle": "^2.1",
"predis/predis": "^1.1",
"php-http/httplug-bundle": "^1.11",
"php-http/curl-client": "^1.7",
"guzzlehttp/psr7": "^1.4",
"procergs/meurs-monitor-bundle": "^1.3",
"procergs/nfg-badges-bundle": "^2",
"jakeasmith/http_build_url": "^1",
"procergs/sms-service": "^3",
"eljam/circuit-breaker": ">=0.2.0"
},
"require-dev": {
"sensio/generator-bundle": "^3",
"phpunit/phpunit": "^7",
"symfony/phpunit-bridge": "^4",
"johnkary/phpunit-speedtrap": "^3"
},
"scripts": {
"post-root-package-install": [
"SymfonyStandard\\Composer::hookRootPackageInstall"
],
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"lc-docs": "doc/cookbook/scripts/doc-server",
"test": "bin/phpunit -c . --colors=always",
"quick-test": "bin/phpunit -c app --exclude-group=kernel --colors=always"
},
"config": {
"bin-dir": "bin",
"platform": {
"php": "7.1.8"
}
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "2.8-dev"
},
"scripts-description": {
"lc-docs": "Starts a PHP Built-in Server to view the docs in a pretty way."
}
}
}