-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (51 loc) · 1.51 KB
/
Copy pathcomposer.json
File metadata and controls
51 lines (51 loc) · 1.51 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
{
"name": "kanvas/vin-solutions-crm",
"description": "VinSolutions PHP Wrapper.",
"license": "MIT",
"authors": [
{
"name": "kaioken",
"email": "max@mctekk.com"
}
],
"type": "library",
"require": {
"php": "^7.4",
"guzzlehttp/guzzle": "^6.5",
"baka/baka": "0.7.x-dev",
"phalcon/incubator": "^4.0.0-alpha.1",
"phalcon/incubator-acl": "^1.0.0-alpha.1"
},
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.2",
"codeception/module-filesystem": "^1.0",
"codeception/module-phalcon": "^1.0",
"codeception/module-phalcon4": "^1.0",
"codeception/verify": "*",
"fzaninotto/faker": "^1.9",
"phpunit/phpunit": "^9.1",
"squizlabs/php_codesniffer": "1.*",
"phalcon/ide-stubs": "^4.1"
},
"autoload": {
"psr-4": {
"Kanvas\\VinSolutions\\": "src/",
"Kanvas\\VinSolutions\\Tests\\": "tests/",
"Kanvas\\VinSolutions\\Tests\\Support\\": "tests/_support"
}
},
"autoload-dev": {
"psr-4": {
"Kanvas\\VinSolutions\\": "src/",
"Kanvas\\VinSolutions\\Tests\\": "tests/",
"Kanvas\\VinSolutions\\Tests\\Support\\": "tests/_support"
}
},
"scripts": {
"test": "./vendor/bin/codecept run"
},
"suggest": {
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0)."
}
}