Skip to content

Commit 1aa4abc

Browse files
authored
Create composer.json
1 parent 2b9cd10 commit 1aa4abc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "littlebizzy/force-https",
3+
"type": "wordpress-plugin",
4+
"license": "GPL-3.0-only",
5+
"homepage": "https://www.littlebizzy.com/plugins/force-https",
6+
"description": "Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).",
7+
"keywords": ["wordpress","plugin","force","https","ssl","fix","insecure","mixed","content","resources","security","seo"],
8+
"support": {
9+
"issues": "https://github.com/littlebizzy/force-https/issues",
10+
"forum": "https://www.littlebizzy.com/members"
11+
},
12+
"require": {
13+
"php": "^7.2",
14+
"composer/installers": "~1.0"
15+
}
16+
}

0 commit comments

Comments
 (0)