-
-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 951 Bytes
/
Copy pathcomposer.json
File metadata and controls
34 lines (34 loc) · 951 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
29
30
31
32
33
34
{
"name": "benbalter/wordpress-to-jekyll-exporter",
"description": "One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll.",
"require": {
"php": ">=8.2",
"league/html-to-markdown": "^5.0",
"symfony/yaml": "^7.0"
},
"license": "GPLv3 or later",
"authors": [{
"name": "Ben Balter",
"email": "ben@balter.com"
}],
"require-dev": {
"phpunit/phpunit": "~9.6",
"wp-cli/wp-cli": "~2.4",
"wp-coding-standards/wpcs": "^3.0",
"php-coveralls/php-coveralls": "*",
"yoast/phpunit-polyfills": "^4.0",
"phpstan/phpstan": "^2.0",
"szepeviktor/phpstan-wordpress": "^2.0"
},
"config": {
"bin-dir": "bin",
"vendor-dir": "vendor",
"platform-check": false,
"platform": {
"php": "8.3.0"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}