-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
35 lines (35 loc) · 953 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
30
31
32
33
34
35
{
"name": "html2wp/simple-live-editor",
"description": "Simple live editor for WordPress",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"homepage": "http://htmltowordpress.io",
"authors": [
{
"name": "Harri Heljala",
"email": "[email protected]",
"homepage": "https://helja.la",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"source": "https://github.com/html2wp/simple-live-editor"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/html2wp/phpquery.git"
}
],
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0",
"html2wp/phpquery": "dev-dev",
"ezyang/htmlpurifier": "*",
"yahnis-elsts/plugin-update-checker": "*"
},
"config": {
"preferred-install": "dist"
}
}