-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
84 lines (84 loc) · 2.52 KB
/
Copy pathcomposer.json
File metadata and controls
84 lines (84 loc) · 2.52 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
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "veridu/idos-api",
"description": "Veridu idOS API.",
"license": "proprietary",
"type": "project",
"keywords": [],
"authors": [
{
"name": "Flavio Heleno",
"email": "flavio@veridu.com"
},
{
"name": "Rafael Campanari",
"email": "rafael@veridu.com"
},
{
"name": "Caue Lorenzato",
"email": "caue@veridu.com"
},
{
"name": "Rafael Andreatta",
"email": "andreatta@veridu.com"
}
],
"autoload": {
"psr-4": {
"App\\": "app",
"Test\\": "test",
"Db\\": "db"
}
},
"require": {
"akrabat/rka-ip-address-middleware": "^0.4",
"defuse/php-encryption": "^2.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.6",
"giggsey/libphonenumber-for-php": "^7.3",
"guzzlehttp/guzzle": "^6.2.2",
"illuminate/database": "5.3.16",
"illuminate/pagination": "5.*",
"jenssegers/optimus": "^0.2",
"justinrainbow/json-schema": "^2.0",
"lcobucci/jwt": "^3.1",
"league/event": "^2.1",
"league/flysystem": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-cached-adapter": "^1.0",
"league/tactician": "^1.0",
"league/tactician-container": "^1.0",
"league/tactician-logger": "^0.9",
"lusitanian/oauth": "~0.3",
"monolog/monolog": "^1.13",
"php": ">=7.1.0",
"refinery29/league-lazy-event": "^0.3.0",
"respect/validation": "^1.0",
"roave/security-advisories": "dev-master",
"robmorgan/phinx": "0.*",
"slim/http-cache": "^0.3",
"slim/slim": "^3.0",
"tedivm/stash": "^0.14",
"tuupola/cors-middleware": "^0.5.2",
"vlucas/phpdotenv": "^2.4"
},
"require-dev": {
"ext-xsl": "*",
"friendsofphp/php-cs-fixer": "1.13",
"humbug/humbug": "dev-master",
"kint-php/kint": "@stable",
"pdepend/pdepend": "@stable",
"phploc/phploc": "@stable",
"phpmd/phpmd" : "@stable",
"phpstan/phpstan": "@stable",
"phpunit/dbunit": "@stable",
"phpunit/phpunit": "@stable",
"psy/psysh": "@stable",
"sebastian/phpcpd": "@stable",
"sensiolabs/security-checker": "@stable",
"squizlabs/php_codesniffer": "@stable",
"theseer/phpdox": "@stable"
},
"config": {
"optimize-autoloader": false
}
}