From cf1c20c38f91344eb4e1a2e5be55f6111ddb67aa Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 27 Jan 2013 22:12:26 +0100 Subject: [PATCH] composer: websites consitent with trailing slash --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eda8d64fd2..61803dc233 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "yiisoft/yii", "description": "Yii Web Programming Framework", "keywords": ["yii", "framework"], - "homepage": "http://www.yiiframework.com", + "homepage": "http://www.yiiframework.com/", "type": "library", "license": "BSD-3-Clause", "authors": [ @@ -54,4 +54,4 @@ "require": { "php": ">=5.1.0" } -} \ No newline at end of file +}