From b36efb392943d73c0a155b9761f7dd72ead9eb15 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 2 May 2017 02:40:59 +0200 Subject: [PATCH] rtmpdump should only be in dev dependencies --- composer.json | 3 +-- composer.lock | 58 +++++++++++++++++++++++++-------------------------- 2 files changed, 30 insertions(+), 31 deletions(-) diff --git a/composer.json b/composer.json index 870d923..a3b50cb 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,6 @@ "ptachoire/process-builder-chain": "~1.2.0", "rudloff/smarty-plugin-noscheme": "~0.1.0", "guzzlehttp/guzzle": "~6.2.0", - "rudloff/rtmpdump-bin": "~2.3", "aura/session": "~2.1.0" }, "require-dev": { @@ -22,7 +21,7 @@ "phpunit/phpunit": "~5.7.2", "ffmpeg/ffmpeg": "dev-release", "rg3/youtube-dl": "~2017.04.28", - "rudloff/rtmpdump-bin": "~2.3", + "rudloff/rtmpdump-bin": "~2.3.0", "heroku/heroku-buildpack-php": "*" }, "extra": { diff --git a/composer.lock b/composer.lock index 3916141..3a4e674 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "6fda75dec4d72b9620ca68697278dc7e", + "content-hash": "18563e36d487153b121da01e2cf040db", "packages": [ { "name": "aura/session", @@ -681,34 +681,6 @@ "description": "Add ability to chain symfony processes", "time": "2016-04-10T08:33:20+00:00" }, - { - "name": "rudloff/rtmpdump-bin", - "version": "2.3", - "source": { - "type": "git", - "url": "https://github.com/Rudloff/rtmpdump-bin.git", - "reference": "133cdd80e3bab66593e88a5276158596383afd97" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Rudloff/rtmpdump-bin/zipball/133cdd80e3bab66593e88a5276158596383afd97", - "reference": "133cdd80e3bab66593e88a5276158596383afd97", - "shasum": "" - }, - "require-dev": { - "rtmpdump/rtmpdump": "2.3" - }, - "bin": [ - "rtmpdump" - ], - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0" - ], - "description": "rtmpdump binary for Linux 64 bit", - "time": "2016-04-12T19:17:32+00:00" - }, { "name": "rudloff/smarty-plugin-noscheme", "version": "0.1.2", @@ -1744,6 +1716,34 @@ }, "type": "library" }, + { + "name": "rudloff/rtmpdump-bin", + "version": "2.3", + "source": { + "type": "git", + "url": "https://github.com/Rudloff/rtmpdump-bin.git", + "reference": "133cdd80e3bab66593e88a5276158596383afd97" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Rudloff/rtmpdump-bin/zipball/133cdd80e3bab66593e88a5276158596383afd97", + "reference": "133cdd80e3bab66593e88a5276158596383afd97", + "shasum": "" + }, + "require-dev": { + "rtmpdump/rtmpdump": "2.3" + }, + "bin": [ + "rtmpdump" + ], + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "description": "rtmpdump binary for Linux 64 bit", + "time": "2016-04-12T19:17:32+00:00" + }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.1",