Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
fix footerJS error
Browse files Browse the repository at this point in the history
  • Loading branch information
gaalferov committed Feb 18, 2018
1 parent 7c3ec20 commit 61017ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -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": {
Expand All @@ -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": "*",
Expand Down
1 change: 1 addition & 0 deletions config/params.php
Expand Up @@ -3,4 +3,5 @@
return [
'adminEmail' => 'admin@burl.pro',
'supportEmail' => 'support@burl.pro',
'footerJS' => ''
];

0 comments on commit 61017ec

Please sign in to comment.