forked from felixarntz/wp-encrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 984 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
36
37
38
39
40
41
{
"name": "felixarntz/wp-encrypt",
"description": "Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.",
"version": "1.0.0-beta.8",
"license": "GPL-3.0",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"plugin",
"lets encrypt",
"ssl",
"certificates",
"https",
"free ssl"
],
"homepage": "https://wordpress.org/plugins/wp-encrypt/",
"authors": [
{
"name": "Felix Arntz",
"email": "[email protected]",
"homepage": "https://leaves-and-love.net",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/felixarntz/wp-encrypt/issues"
},
"config": {
"preferred-install": "dist"
},
"autoload": {
"psr-4": {
"WPENC\\": "inc/WPENC/"
}
},
"require": {
"composer/installers": "~1.0",
"felixarntz/leavesandlove-wp-plugin-util": "2.0.3"
}
}