diff --git a/composer.json b/composer.json index 259d8cf..bda0683 100644 --- a/composer.json +++ b/composer.json @@ -10,15 +10,15 @@ } ], "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.*", + "phpunit/phpunit": "^7|^8|^9", + "mockery/mockery": "0.9.*|^1.0", "squizlabs/php_codesniffer": "^3.2", "friendsofphp/php-cs-fixer": "^2.11" }, @@ -31,6 +31,16 @@ "Examples/basic" ] }, + "extra": { + "laravel": { + "providers": [ + "Vinelab\\Minion\\MinionServiceProvider" + ], + "aliases": { + "Minion": "Vinelab\\Minion\\Facade\\Minion" + } + } + }, "bin": ["minion"], "minimum-stability": "stable" }