-
Notifications
You must be signed in to change notification settings - Fork 81
/
composer.json
29 lines (29 loc) · 977 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
29
{
"name": "wordpress/wordpress-importer",
"description": "Wordpress plugin to import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.",
"keywords": [
"importer", "wordpress"
],
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"homepage": "https://wordpress.org/plugins/wordpress-importer/",
"support": {
"issues": "https://wordpress.org/support/plugin/wordpress-importer/",
"source": "https://github.com/WordPress/wordpress-importer"
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"wp-coding-standards/wpcs": "^3.1",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"yoast/phpunit-polyfills": "^1.0.1",
"phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"lock": false
}
}