-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.12 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
{
"name": "cloudcatch/instagram-block",
"type": "wordpress-plugin",
"description": "Instagram Block for WordPress",
"keywords": [
"WordPress",
"block editor",
"block",
"instagram"
],
"authors": [{
"name": "David Jensen",
"homepage": "https://cloudcatch.io",
"role": "Developer"
}],
"support": {
"issues": "https://github.com/CloudCatch/instagram-block/issues",
"source": "https://github.com/CloudCatch/instagram-block"
},
"require": {
"league/oauth2-client": "^2.6",
"league/oauth2-instagram": "^3.1",
"php": ">=7.0"
},
"require-dev": {
"brain/monkey": "^2.2",
"dealerdirect/phpcodesniffer-composer-installer": "v0.7.1",
"phpcompatibility/phpcompatibility-wp": "2.1.1",
"phpunit/phpunit": "~5.7.9",
"squizlabs/php_codesniffer": "^3.6.0",
"wp-coding-standards/wpcs": "^2.3.0",
"php-stubs/woocommerce-stubs": "^5.3",
"automattic/vipwpcs": "^2.3",
"php-stubs/wordpress-stubs": "^5.9"
},
"autoload-dev": {
"psr-4": {
"CloudCatch\\InstagramBlock\\": "src/"
}
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-order": true
},
"prefer-stable": true,
"license": "GPL2+"
}