forked from godaddy-wordpress/coblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 852 Bytes
/
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
{
"name": "godaddy-wordpress/coblocks",
"description": "CoBlocks is a suite of professional page building content blocks for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.",
"type": "wordpress-plugin",
"license": "GPL-2.0-only",
"require": {
"php": ">=5.6"
},
"config": {
"platform": {
"php": "5.6"
}
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^2.1",
"phpunit/phpunit": "^5",
"wp-cli/wp-cli-bundle": "^2.4",
"godaddy-wordpress/json2po": "^1.0",
"godaddy-wordpress/pot2json": "^1.0"
},
"scripts": {
"lint": "@php ./vendor/bin/phpcs",
"test": "@php ./vendor/bin/phpunit"
}
}