-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
composer.json
executable file
·40 lines (40 loc) · 1.16 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
{
"config": {
"vendor-dir": "includes/ClicShopping/External/vendor",
"allow-plugins": {
"php-http/discovery": true
}
},
"license": ["(GPL-2.0-or-later or MIT)"],
"require": {
"ext-json": "*",
"daveearley/daves-email-validation-tool": "^1.2",
"darkghosthunter/preloader": "^2.2",
"stymiee/email-validator": "^1.1",
"robthree/twofactorauth": "^1.8",
"phpmailer/phpmailer": "^6.9",
"nyholm/psr7": "^1.8",
"mattketmo/email-checker": "^2.3",
"setasign/fpdf": "^1.8",
"stripe/stripe-php": "^16.0",
"ext-xml": "*",
"symfony/http-client": "^7.1",
"phpxmlrpc/phpxmlrpc": "^4.11",
"guzzlehttp/guzzle": "^7.9",
"theodo-group/llphant": "^0.8.11"
}
,
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"support": {
"wiki": "https://github.com/ClicShopping/ClicShopping_V3/wiki",
"forum": "https://wwww.ciclicshopping.org"
},
"funding": [
{
"type": "other",
"url": "https://www.clicshopping.org/forum/clients/donations/"
}
]
}