-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 795 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 795 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
{
"authors": [
{
"name": "Javier Feria",
"email": "macrotux@gmail.com",
"homepage": "http://javierferia.com",
"role": "Owner"
}
],
"autoload": {
"psr-4": {
"CriptoControl\\": "src/",
"CriptoControl\\Tests\\Unit\\": "tests/unit/",
"CriptoControl\\Tests\\Integration\\": "tests/integration/"
}
},
"require-dev": {
"phpunit/phpunit": "^7",
"phpstan/phpstan": "^0.10.1"
},
"require": {
"ramsey/uuid": "^3.7",
"danielgsims/php-collections": "^2.2",
"symfony/dependency-injection": "^4.1",
"symfony/console": "^4.1",
"symfony/yaml": "^4.1",
"symfony/config": "^4.1",
"fzaninotto/faker": "^1.7",
"hitbtc-com/hitbtc-php-sdk": "^1.1",
"vlucas/phpdotenv": "^2.5"
}
}