-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
46 lines (46 loc) · 1.28 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
{
"name": "veridu/idos-feature-handler",
"description": "Veridu idOS Feature Handler.",
"license": "proprietary",
"type": "project",
"keywords": [],
"authors": [
{
"name": "Flavio Heleno",
"email": "flavio@veridu.com"
}
],
"autoload": {
"psr-4": {
"Cli\\": "cli",
"Test\\": "test"
}
},
"require": {
"davidgorges/human-name-parser": "^0.2",
"giggsey/libphonenumber-for-php": "^7.6",
"illuminate/database": "5.*",
"monolog/monolog": "^1.13",
"roave/security-advisories": "dev-master",
"symfony/console": "^3.1",
"veridu/idos-sdk-php": "dev-php7",
"vlucas/phpdotenv": "^2.4"
},
"require-dev": {
"ext-xsl": "*",
"friendsofphp/php-cs-fixer": "^1.13",
"pdepend/pdepend": "@stable",
"phploc/phploc": "@stable",
"phpmd/phpmd" : "@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
}
}