diff --git a/composer.json b/composer.json index 34b2e53..ca1dc0a 100644 --- a/composer.json +++ b/composer.json @@ -42,12 +42,12 @@ "require": { "php": "^8.0", "laravel/scout": "^8.0|^9.0|^10.0", - "illuminate/bus": "^7.0|^8.0|^9.0|^10.0", - "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0", - "illuminate/database": "^7.0|^8.0|^9.0|^10.0", - "illuminate/pagination": "^7.0|^8.0|^9.0|^10.0", - "illuminate/queue": "^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0", + "illuminate/bus": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/queue": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", "typesense/typesense-php": "^4.2" }, "config": { @@ -63,9 +63,9 @@ "typesense/typesense-php": "Required to use the Typesense php client." }, "require-dev": { - "phpunit/phpunit": "^8.0|^9.0", + "phpunit/phpunit": "^8.0|^9.0|^10.5", "mockery/mockery": "^1.3", - "orchestra/testbench": "^6.17|^7.0|^8.0", - "symfony/http-client": "^5.4" + "orchestra/testbench": "^6.17|^7.0|^8.0|^9.0", + "symfony/http-client": "^5.4|^7.0" } }