diff --git a/composer.lock b/composer.lock index 9c2c859..a593c04 100644 --- a/composer.lock +++ b/composer.lock @@ -545,25 +545,30 @@ }, { "name": "rudloff/smarty-plugin-noscheme", - "version": "0.1.0", + "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/Rudloff/smarty-plugin-noscheme.git", - "reference": "537bcb2f7576252af70d8f9f817bfe050d873072" + "reference": "7b64350bd255690e44db497e50bb5edc5e87d5e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Rudloff/smarty-plugin-noscheme/zipball/537bcb2f7576252af70d8f9f817bfe050d873072", - "reference": "537bcb2f7576252af70d8f9f817bfe050d873072", + "url": "https://api.github.com/repos/Rudloff/smarty-plugin-noscheme/zipball/7b64350bd255690e44db497e50bb5edc5e87d5e6", + "reference": "7b64350bd255690e44db497e50bb5edc5e87d5e6", "shasum": "" }, "require": { - "league/uri": "~4.0" + "league/uri": "~4.1.1" }, "require-dev": { - "symfony/var-dumper": "~2.7.6" + "symfony/var-dumper": "~3.0.1" }, "type": "library", + "autoload": { + "files": [ + "modifier.noscheme.php" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" @@ -577,7 +582,7 @@ } ], "description": "Smarty modifier that removes the scheme in URLs", - "time": "2015-10-31 10:25:47" + "time": "2016-04-09 00:40:13" }, { "name": "slim/slim", diff --git a/img/favicon.png b/img/favicon.png index 217cb72..b097f07 100644 Binary files a/img/favicon.png and b/img/favicon.png differ diff --git a/img/logo.png b/img/logo.png index c31d06c..a5f2054 100644 Binary files a/img/logo.png and b/img/logo.png differ diff --git a/img/logo_250.png b/img/logo_250.png index a83aed0..fd3a030 100644 Binary files a/img/logo_250.png and b/img/logo_250.png differ diff --git a/img/logo_60.png b/img/logo_60.png index 338185e..9a60f0a 100644 Binary files a/img/logo_60.png and b/img/logo_60.png differ diff --git a/img/logo_90.png b/img/logo_90.png index a6b9a86..7964b7c 100644 Binary files a/img/logo_90.png and b/img/logo_90.png differ diff --git a/img/logo_app.png b/img/logo_app.png index 7ca733e..6fc6f37 100644 Binary files a/img/logo_app.png and b/img/logo_app.png differ diff --git a/img/logocompatiblemask.png b/img/logocompatiblemask.png index 85078f6..40de155 100644 Binary files a/img/logocompatiblemask.png and b/img/logocompatiblemask.png differ diff --git a/img/mp3hover.png b/img/mp3hover.png index c79fa6c..402cdfc 100644 Binary files a/img/mp3hover.png and b/img/mp3hover.png differ diff --git a/img/screenshot.png b/img/screenshot.png index 261ca65..c75201a 100644 Binary files a/img/screenshot.png and b/img/screenshot.png differ diff --git a/img/twitter.png b/img/twitter.png index f9cae65..c997081 100644 Binary files a/img/twitter.png and b/img/twitter.png differ diff --git a/index.php b/index.php index b7230d9..c42a687 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,6 @@ * @link http://rudloff.pro * */ require_once __DIR__.'/vendor/autoload.php'; -require_once __DIR__.'/vendor/rudloff/smarty-plugin-noscheme/modifier.noscheme.php'; use Alltube\VideoDownload; use Alltube\Controller\FrontController;