From f8314a393d107d383697f53161c265a8e889dec5 Mon Sep 17 00:00:00 2001 From: Jan Hajek Date: Tue, 17 Nov 2015 14:02:46 +0100 Subject: [PATCH] Fix homepage URL to point to a valid site. Currently returns 404 when clicked from Packagist. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f3ef684..c1712bc 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "This project extends the Application Insights API surface to support PHP.", "type": "library", "keywords": ["log","logging","telemetry","insights","monitoring"], - "homepage": "https://github.com/Microsoft/AppInsights-PHP", + "homepage": "https://github.com/Microsoft/ApplicationInsights-PHP", "license": "MIT", "require": { "php": ">=5.4.0",