-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 834 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 834 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
{
"name": "automattic/newspack-content-converter",
"description": "Mass conversion of pre-Gutenberg Classic HTML post content to the Gutenberg blocks content.",
"license": "GPL-2.0-or-later",
"autoload": {
"classmap": [
"lib/",
"tests/"
]
},
"require": {
"composer/installers": "^2.0"
},
"require-dev": {
"automattic/vipwpcs": "^3.0.0",
"wp-coding-standards/wpcs": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"yoast/phpunit-polyfills": "^1.0",
"phpunit/phpunit": "^9.5"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}