-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 874 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 874 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
{
"name": "cloudinary/cloudinary-image-management-and-manipulation-in-the-cloud-cdn",
"homepage": "https://wordpress.org/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/",
"description": "Cloudinary is a cloud service that offers a solution to a web application's entire image and video management pipeline.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"ext-json": "*"
},
"require-dev": {
"wp-coding-standards/wpcs": "^2.3",
"automattic/vipwpcs": "^2.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"szepeviktor/phpstan-wordpress": "^0.7.5",
"phpstan/extension-installer": "^1.1"
},
"config": {
"platform": {
"php": "7.1"
}
},
"scripts": {
"lint": [
"phpcs --ignore=*js/*"
],
"fix": [
"phpcbf --ignore=*js/*"
]
}
}