From 3b7cc9e64b3b0aef934d6d1afd30927c8ff03dbe Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 23 Dec 2017 15:17:47 +0100 Subject: [PATCH] We don't need process-builder-chain anymore --- classes/VideoDownload.php | 1 - composer.json | 1 - composer.lock | 41 +-------------------------------------- 3 files changed, 1 insertion(+), 42 deletions(-) diff --git a/classes/VideoDownload.php b/classes/VideoDownload.php index d9b83a2..bc2d4be 100644 --- a/classes/VideoDownload.php +++ b/classes/VideoDownload.php @@ -5,7 +5,6 @@ namespace Alltube; -use Chain\Chain; use Symfony\Component\Process\Process; /** diff --git a/composer.json b/composer.json index 6ac079b..14a4b70 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ "mathmarques/smarty-view": "~1.1.0", "symfony/yaml": "~3.4.1", "symfony/process": "~3.4.1", - "ptachoire/process-builder-chain": "~1.3.0", "guzzlehttp/guzzle": "~6.3.0", "aura/session": "~2.1.0", "barracudanetworks/archivestream-php": "~1.0.5", diff --git a/composer.lock b/composer.lock index a413892..62a8662 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": "96a0790e383a8870104483939363bcc0", + "content-hash": "c67fcb771d11b4f276bd6d5f24660509", "packages": [ { "name": "aura/session", @@ -885,45 +885,6 @@ ], "time": "2016-08-06T14:39:51+00:00" }, - { - "name": "ptachoire/process-builder-chain", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/krichprollsch/process-builder-chain.git", - "reference": "67e94493dac63429683e43936cee9d36eca28105" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/krichprollsch/process-builder-chain/zipball/67e94493dac63429683e43936cee9d36eca28105", - "reference": "67e94493dac63429683e43936cee9d36eca28105", - "shasum": "" - }, - "require": { - "symfony/process": "~2.5 || ~3.0 || ~4.0" - }, - "require-dev": { - "phpunit/phpunit": "~5.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Chain": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Pierre Tachoire", - "email": "pierre.tachoire@gmail.com" - } - ], - "description": "Add ability to chain symfony processes", - "time": "2017-12-06T12:24:36+00:00" - }, { "name": "rinvex/country", "version": "v3.1.0",