-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·40 lines (40 loc) · 967 Bytes
/
composer.json
File metadata and controls
executable file
·40 lines (40 loc) · 967 Bytes
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
{
"name": "wptide/wp-tide-api",
"type": "wordpress-plugin",
"description": "This is the WP Tide API plugin",
"version": "1.0.0-beta-2",
"homepage": "https://github.com/wptide/wp-tide-api/",
"license": [ "GPL-2.0+" ],
"repositories": [
{
"type": "git",
"url": "git@github.com:wptide/wp-tide-api.git"
}
],
"authors": [
{
"name": "XWP",
"homepage": "https://xwp.co"
}
],
"require": {
"firebase/php-jwt": "^5.0",
"aws/aws-sdk-php": "^3.94",
"google/cloud-storage": "^1.12",
"mongodb/mongodb": "^1.4",
"google/cloud-firestore": "^1.5"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"wp-coding-standards/wpcs": "*",
"phpcompatibility/php-compatibility": "*",
"php-coveralls/php-coveralls": "~2.2",
"phwoolcon/ci-pecl-cacher": "^1.0"
},
"config": {
"platform": {
"ext-mongodb": "1.5.0",
"ext-grpc": "1.20.0"
}
}
}