diff --git a/composer.json b/composer.json index 6dec108..da3ecb1 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0", - "illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0", - "illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0" + "illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0", + "illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0", + "illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "4.0.*|^9.5.10", + "phpunit/phpunit": "4.0.*|^9.5.10|^10.5", "mockery/mockery": "0.9.*|^1.4.4" }, "autoload": {