-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·44 lines (44 loc) · 1.05 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
{
"name": "greenpeace/planet4-gpnordic-plugin-leads",
"description": "This repository contains the Greenpeace Nordic Leads Plugin with ACF blocks.",
"type": "wordpress-plugin",
"minimum-stability": "stable",
"license": "GPL-3.0+",
"authors": [
{
"name": "Simma Lugnt",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://packagist.org"
}
],
"extra": {
"installer-paths": {
"vendor/plugins/{$name}/": ["type:wordpress-plugin"]
}
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5.8",
"wp-coding-standards/wpcs": "^2.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpunit/phpunit": "^7.5||^9.5",
"yoast/phpunit-polyfills": "^1.0"
},
"require": {
"stoutlogic/acf-builder": "^1.12"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}