diff --git a/composer.json b/composer.json index f4511bf..a002af9 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ } ], "require": { - "illuminate/support": "9.*|10.*", + "illuminate/support": "9.*|10.*|11.*", "jasongrimes/paginator": "^1.0", "php": "^8.1", "ext-json": "*" }, "require-dev": { "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.5|^10.0", + "phpunit/phpunit": "^9.5|^10.4", "mockery/mockery": "^1.4.4" }, "autoload": {