From 809c64fdc0b120c4b7286e01d82cef9c73a54e05 Mon Sep 17 00:00:00 2001 From: miholeus Date: Wed, 12 Aug 2020 12:46:24 +0300 Subject: [PATCH 1/3] new versions of libraries --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 259d8cf..9f85051 100644 --- a/composer.json +++ b/composer.json @@ -10,17 +10,17 @@ } ], "require": { - "php": ">=7.0.1", - "illuminate/support": "^5.5", - "illuminate/console": "^5.5", - "thruway/client": "^0.5.3", - "thruway/pawl-transport": "^0.5.0" + "php": "^7.1", + "illuminate/support": "^5.5|^6.0|^7.0", + "illuminate/console": "^5.5|^6.0|^7.0", + "thruway/client": "^0.5", + "thruway/pawl-transport": "^0.5" }, "require-dev": { - "phpunit/phpunit": "^6", - "mockery/mockery": "0.9.*", - "squizlabs/php_codesniffer": "^3.2", - "friendsofphp/php-cs-fixer": "^2.11" + "phpunit/phpunit": "^9", + "mockery/mockery": "^1.0", + "squizlabs/php_codesniffer": "^3.5", + "friendsofphp/php-cs-fixer": "^2.16" }, "autoload": { "psr-0": { From 6880645df957e356095be232acc0033b99d37ab6 Mon Sep 17 00:00:00 2001 From: miholeus Date: Wed, 12 Aug 2020 12:49:56 +0300 Subject: [PATCH 2/3] updated dev versions --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9f85051..c9a3581 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ "thruway/pawl-transport": "^0.5" }, "require-dev": { - "phpunit/phpunit": "^9", - "mockery/mockery": "^1.0", - "squizlabs/php_codesniffer": "^3.5", - "friendsofphp/php-cs-fixer": "^2.16" + "phpunit/phpunit": "^7|^8|^9", + "mockery/mockery": "0.9.*|^1.0", + "squizlabs/php_codesniffer": "^3.2", + "friendsofphp/php-cs-fixer": "^2.11" }, "autoload": { "psr-0": { From 2094ee27e31247f74882c35a32f1f06119fd74be Mon Sep 17 00:00:00 2001 From: miholeus Date: Wed, 12 Aug 2020 13:27:09 +0300 Subject: [PATCH 3/3] added extra to composer --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/composer.json b/composer.json index c9a3581..bda0683 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,16 @@ "Examples/basic" ] }, + "extra": { + "laravel": { + "providers": [ + "Vinelab\\Minion\\MinionServiceProvider" + ], + "aliases": { + "Minion": "Vinelab\\Minion\\Facade\\Minion" + } + } + }, "bin": ["minion"], "minimum-stability": "stable" }