From 4116783c1e37cf73302f78a4bcc1ead584bab599 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 27 Sep 2013 09:36:19 -0400 Subject: Updated the homepage to be http rather than https because of the github ssl cert warning. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d7b7f5..d574580 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "masterminds/html5", "description": "An HTML5 parser and serializer.", "type": "library", - "homepage": "https://masterminds.github.io/html5-php", + "homepage": "http://masterminds.github.io/html5-php", "license": "MIT", "keywords": ["xml", "html", "html5", "dom", "parser", "serializer", "querypath"], "authors": [ -- cgit v1.2.3