-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
65 lines (65 loc) · 1.83 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
{
"name": "veridu/api",
"description": "Veridu IDOS API Project.",
"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"
}
],
"autoload": {
"psr-4": {
"App\\": "app",
"Test\\": "test"
}
},
"require": {
"slim/slim": "^3.0",
"slim/http-cache": "^0.3",
"monolog/monolog": "^1.13",
"respect/validation": "^1.0",
"filp/whoops": "^2.0",
"league/tactician": "^1.0",
"league/tactician-logger": "^0.9",
"league/tactician-container": "^1.0",
"jenssegers/optimus": "^0.2",
"roave/security-advisories": "dev-master",
"justinrainbow/json-schema": "^2.0",
"league/event": "^2.1",
"apix/cache": "1.2.*",
"philo/laravel-blade": "^3.1",
"swiftmailer/swiftmailer": "^5.4",
"guzzlehttp/guzzle": "^6.2",
"symfony/console": "^3.1",
"slim/flash": "^0.1.0",
"veridu/idos-sdk-php": "dev-php7",
"lusitanian/oauth": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "@stable",
"phpunit/php-code-coverage": "^3.0.0",
"phpunit/dbunit": "@stable",
"phpmd/phpmd" : "@stable",
"phploc/phploc": "@stable",
"sebastian/phpcpd": "@stable",
"squizlabs/php_codesniffer": "@stable",
"friendsofphp/php-cs-fixer": "@stable",
"psy/psysh": "@stable",
"theseer/phpdox": "dev-master",
"ext-xsl": "*"
},
"config": {
"optimize-autoloader": false
}
}