From 61017ec8bf2498b1b9c6c805e02f24042f431cbf Mon Sep 17 00:00:00 2001 From: Hennadii Alforov Date: Sun, 18 Feb 2018 20:08:10 +0200 Subject: [PATCH] fix footerJS error --- composer.json | 5 +++-- config/params.php | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b8e82ca..2df10fd 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "gaalferov/yii2-minify-url", "description": "Project on YII2 framework for create short url (url shortener)", "keywords": ["yii2", "framework", "minify", "shortener"], - "homepage": "http://burl.pro/", + "homepage": "https://burl.pro/", "type": "project", "license": "BSD-3-Clause", "support": { @@ -24,7 +24,8 @@ "codeception/codeception": "*", "codeception/remote-debug": "*", "codeception/specify": "*", - "codeception/verify": "*" + "codeception/verify": "*", + "roave/security-advisories": "dev-master" }, "require-dev": { "yiisoft/yii2-debug": "*", diff --git a/config/params.php b/config/params.php index 4cfcb5b..0c10884 100644 --- a/config/params.php +++ b/config/params.php @@ -3,4 +3,5 @@ return [ 'adminEmail' => 'admin@burl.pro', 'supportEmail' => 'support@burl.pro', + 'footerJS' => '' ];