diff --git a/composer.json b/composer.json index c125c3f..165c6a2 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,12 @@ "license": "MIT", "require": { "php": "^7.2|^8.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" + "illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" }, "require-dev": { - "phpunit/phpunit": "^9.3", - "orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0", - "phpunit/phpunit": "^8.3 || ^9.0", + "orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^8.4 || ^9.0 || ^10.0", "friendsofphp/php-cs-fixer": "^3.0" }, "autoload": {