Skip to content

Commit d6523f2

Browse files
authored
Update composer.json
1 parent 1aa4abc commit d6523f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "littlebizzy/force-https",
33
"type": "wordpress-plugin",
4-
"license": "GPL-3.0-only",
4+
"license": "GPL-2.0-or-later",
55
"homepage": "https://www.littlebizzy.com/plugins/force-https",
66
"description": "Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).",
77
"keywords": ["wordpress","plugin","force","https","ssl","fix","insecure","mixed","content","resources","security","seo"],
@@ -10,7 +10,7 @@
1010
"forum": "https://www.littlebizzy.com/members"
1111
},
1212
"require": {
13-
"php": "^7.2",
13+
"php": "^5.6",
1414
"composer/installers": "~1.0"
1515
}
1616
}

0 commit comments

Comments
 (0)