forked from YetiForceCompany/YetiForcePortal2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.34 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
{
"name": "yetiforce/yetiforce-portal",
"description": "When you implement YetiForce CRM, then you will find yourself wanting to communicate with your customers through a professional customer portal. That is why we created for you YetiForcePortal that integrates with CRM and has a wide range of functionalities.",
"keywords": [
"YetiForcePortal",
"Customer portal",
"open source customer portal",
"best customer portal"
],
"homepage": "https://yetiforce.com/",
"type": "project",
"support": {
"issues": "https://github.com/YetiForceCompany/YetiForceCRM/issues",
"wiki": "https://yetiforce.com/en/documentation.html",
"source": "https://github.com/YetiForceCompany/YetiForcePortal2"
},
"authors": [
{
"name": "YetiForce team",
"email": "[email protected]",
"homepage": "https://yetiforce.com/"
}
],
"require": {
"php": ">=5.6.0",
"smarty/smarty": ">=3.1.31",
"rmccue/requests": ">=1.0",
"guzzlehttp/guzzle": "^6.3.3"
},
"config": {
"autoloader-suffix": "YT",
"optimize-autoloader": true,
"classmap-authoritative": false
},
"archive": {
"exclude": [
"tests"
]
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Conf\\": "config/",
"YF\\Modules\\": "modules/"
}
},
"require-dev": {
"phpunit/phpunit": "^8.0"
}
}