From a4544e235a5885cfafa00cc728722b3744960e9d Mon Sep 17 00:00:00 2001 From: Thibaud Fabre Date: Tue, 6 Dec 2016 12:14:24 +0100 Subject: [PATCH] Update worker bundle version --- bin/console | 15 --------------- composer.json | 2 +- composer.lock | 14 +++++++------- 3 files changed, 8 insertions(+), 23 deletions(-) diff --git a/bin/console b/bin/console index 4e14beff24..00f8e8b14a 100755 --- a/bin/console +++ b/bin/console @@ -11,39 +11,26 @@ namespace KonsoleKommander; -use Alchemy\Phrasea\CLI; use Alchemy\Phrasea\Command\BuildMissingSubdefs; use Alchemy\Phrasea\Command\BuildSubdefs; -use Alchemy\Phrasea\Command\CheckConfig; -use Alchemy\Phrasea\Command\Compile\Configuration; -use Alchemy\Phrasea\Command\CreateCollection; -use Alchemy\Phrasea\Command\MailTest; -use Alchemy\Phrasea\Command\Plugin\AddPlugin; use Alchemy\Phrasea\Command\Plugin\ListPlugin; -use Alchemy\Phrasea\Command\Plugin\RemovePlugin; -use Alchemy\Phrasea\Command\RecordAdd; -use Alchemy\Phrasea\Command\RescanTechnicalDatas; use Alchemy\Phrasea\Command\SearchEngine\Debug\QueryParseCommand; use Alchemy\Phrasea\Command\SearchEngine\Debug\QuerySampleCommand; use Alchemy\Phrasea\Command\SearchEngine\IndexCreateCommand; use Alchemy\Phrasea\Command\SearchEngine\IndexDropCommand; use Alchemy\Phrasea\Command\SearchEngine\IndexPopulateCommand; use Alchemy\Phrasea\Command\Thesaurus\FindConceptsCommand; -use Alchemy\Phrasea\Command\WebsocketServer; use Alchemy\Phrasea\Core\Version; -use Alchemy\Phrasea\Command\BuildMissingSubdefs; use Alchemy\Phrasea\Command\CreateCollection; use Alchemy\Phrasea\Command\Databox\CreateDataboxCommand; use Alchemy\Phrasea\Command\MailTest; use Alchemy\Phrasea\Command\Compile\Configuration; use Alchemy\Phrasea\Command\RecordAdd; use Alchemy\Phrasea\Command\RescanTechnicalDatas; -use Alchemy\Phrasea\Command\UpgradeDBDatas; use Alchemy\Phrasea\CLI; use Alchemy\Phrasea\Command\Plugin\AddPlugin; use Alchemy\Phrasea\Command\Plugin\RemovePlugin; use Alchemy\Phrasea\Command\CheckConfig; -use Alchemy\Phrasea\Command\Setup\XSendFileMappingGenerator; use Alchemy\Phrasea\Command\SearchEngine\MappingUpdateCommand; use Alchemy\Phrasea\Command\Setup\H264ConfigurationDumper; use Alchemy\Phrasea\Command\Setup\H264MappingGenerator; @@ -58,9 +45,7 @@ use Alchemy\Phrasea\Command\Task\TaskRun; use Alchemy\Phrasea\Command\Task\TaskStart; use Alchemy\Phrasea\Command\Task\TaskState; use Alchemy\Phrasea\Command\Task\TaskStop; -use Alchemy\Phrasea\Command\Thesaurus\FindConceptsCommand; use Alchemy\Phrasea\Command\UpgradeDBDatas; -use Alchemy\Phrasea\Core\Version; require_once __DIR__ . '/../lib/autoload.php'; diff --git a/composer.json b/composer.json index cbdf5bc771..4f9bd62fbf 100644 --- a/composer.json +++ b/composer.json @@ -105,7 +105,7 @@ "webmozart/json": "^1.1", "willdurand/negotiation": "^2.0.0-alpha1", "zend/gdata": "~1.12.1", - "alchemy/worker-bundle": "^0.1.5", + "alchemy/worker-bundle": "^0.1.6", "alchemy/queue-bundle": "^0.1.5" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 9869dfa705..66ce34e2a9 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": "074cb00e6ae4624cfda6bb6da348e7dc", - "content-hash": "098d348246597bd509b1014ed3738952", + "hash": "9a1955fa0102a16b25ee47148a6537a0", + "content-hash": "b19b6544330d38b28cc31554738bded3", "packages": [ { "name": "alchemy-fr/tcpdf-clone", @@ -743,16 +743,16 @@ }, { "name": "alchemy/worker-bundle", - "version": "0.1.5", + "version": "0.1.6", "source": { "type": "git", "url": "https://github.com/alchemy-fr/worker-bundle.git", - "reference": "ae83862104fcb0873370b237c93fdd744e33d800" + "reference": "a4911cc4a4c9ccf1195c78a11ca5899c9077b1df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/alchemy-fr/worker-bundle/zipball/ae83862104fcb0873370b237c93fdd744e33d800", - "reference": "ae83862104fcb0873370b237c93fdd744e33d800", + "url": "https://api.github.com/repos/alchemy-fr/worker-bundle/zipball/a4911cc4a4c9ccf1195c78a11ca5899c9077b1df", + "reference": "a4911cc4a4c9ccf1195c78a11ca5899c9077b1df", "shasum": "" }, "require": { @@ -788,7 +788,7 @@ } ], "description": "Symfony bundle for alchemy/worker-component", - "time": "2016-11-14 16:42:58" + "time": "2016-12-06 10:39:58" }, { "name": "alchemy/worker-component",