-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
39 lines (39 loc) · 934 Bytes
/
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
{
"name": "sharevb/amapress",
"description": "Gestion d'AMAP",
"license": "GPL-2.0+",
"authors": [
{
"name": "ShareVB",
"email": "[email protected]"
}
],
"config": {
"preferred-install": {
"*": "dist"
},
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true
}
},
"require": {
"kamermans/guzzle-oauth2-subscriber": "~1.0",
"tecnickcom/tcpdf": "~6.4",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/psr7": "^1.6",
"phpoffice/phpexcel": ">=1.8.1",
"phpoffice/phpword": "~0.18",
"athari/yalinqo": "~2.0",
"php-imap/php-imap": ">=3.0",
"fzaninotto/faker": ">=1.8",
"stripe/stripe-php": "~7.0",
"ovh/ovh": ">=2.0",
"ext-imap": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
"wp-coding-standards/wpcs": ">=1.0",
"phpcompatibility/php-compatibility": ">=1.0",
"squizlabs/php_codesniffer": ">=3.5"
}
}