From fc6a6120be735727cf4c998325a6d7f6d05aa0ba Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 26 May 2016 18:29:27 +0200 Subject: [PATCH] Avoid exact version constraint --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bf9dcd0..1ea4b73 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "type": "project", "require": { "smarty/smarty": "~3.1.29", - "rg3/youtube-dl": "2016.04.13", + "rg3/youtube-dl": "~2016.04.13", "slim/slim": "3.x-dev", "mathmarques/smarty-view": "~1.1.0", "symfony/yaml": "~3.0.0", diff --git a/composer.lock b/composer.lock index e8224f9..71dc2b8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "e173fa909efaf932dcbc99c365645eaf", - "content-hash": "54da2bfd3a8f04d66a1cd4465ec0a261", + "hash": "f753f2447bc606e2ab66785d88bd1189", + "content-hash": "cddbd63bbeaecc24145efac93485ae1f", "packages": [ { "name": "container-interop/container-interop",