-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
74 lines (74 loc) · 2.57 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "skaut/google-drive-gallery",
"description": "A WordPress gallery using Google Drive as file storage",
"type": "wordpress-plugin",
"keywords": [
"WordPress",
"WordPress plugin",
"skaut",
"Google Drive",
"Google Drive gallery",
"Image and video gallery from Google Drive",
"Team drive",
"Shared drive",
"image gallery",
"video gallery",
"image and video gallery",
"gallery from Google Drive",
"gallery",
"gallery plugin"
],
"homepage": "https://wordpress.org/plugins/skaut-google-drive-gallery",
"readme": "README.md",
"license": "MIT",
"authors": [
{
"name": "Marek Dědič",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/skaut/skaut-google-drive-gallery/issues",
"wiki": "https://napoveda.skaut.cz/dobryweb/en-skaut-google-drive-gallery",
"source": "https://github.com/skaut/skaut-google-drive-gallery",
"docs": "https://napoveda.skaut.cz/dobryweb/en-skaut-google-drive-gallery"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"classmap-authoritative": true
},
"require": {
"php": "^5.6 || ^7.0 || ^8.0",
"google/apiclient": "^2.14.0 <2.15.0",
"google/apiclient-services": "^0.302.0 <0.303.0",
"google/auth": "^1.19 <1.20",
"guzzlehttp/guzzle": "^6.5.8",
"guzzlehttp/promises": "^1.5 <1.5.1",
"monolog/monolog": "^1.27.1",
"paragonie/constant_time_encoding": "^1.1.0",
"paragonie/random_compat": "^2.0.21",
"psr/cache": "^1.0.1",
"psr/http-message": "^1.0.1 <1.1.0",
"symfony/polyfill-intl-idn": "^1.19.0 <1.20",
"symfony/polyfill-intl-normalizer": "^1.19.0 <1.20",
"symfony/polyfill-php70": "^1.19.0 <1.20",
"symfony/polyfill-php72": "^1.19.0 <1.20"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0",
"wp-coding-standards/wpcs": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"phpmd/phpmd": "^2.6",
"phan/phan": "^5.1",
"skaut/wordpress-stubs": "^2.1.0",
"symfony/polyfill-mbstring": "^1.23.0",
"humbug/php-scoper": "^0.18.4 <0.18.5",
"yoast/phpunit-polyfills": "^2.0",
"phpstan/phpstan": "^2.0",
"slevomat/coding-standard": "^8.2",
"phpunit/phpunit": "^10.5.24",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
}
}