-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 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
{
"name": "content-workflow/wp-importer",
"description": "Imports items from Content Workflow to your wordpress site",
"version": "1.0.0",
"type": "wordpress-plugin",
"keywords": [],
"license": "GPL-2.0+",
"authors": [
{
"name": "Content Workflow (by Bynder)",
"email": "[email protected]",
"homepage": "https://www.bynder.com/en/products/content-workflow/",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"techcrunch/wp-async-task": "dev-master",
"ralouphie/mimey": "^1.0"
},
"require-dev": {
"antecedent/patchwork": "2.1.*",
"phpunit/phpunit": "^9.4",
"brianium/paratest": "dev-master",
"10up/wp_mock": "0.4.2",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/php-compatibility": "*",
"wp-coding-standards/wpcs": "*"
},
"scripts": {
"phpcbf": "./vendor/bin/phpcbf --standard=WordPress"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": false
}
}
}