diff --git a/composer.json b/composer.json index 68e8133..dd32aaf 100644 --- a/composer.json +++ b/composer.json @@ -17,23 +17,23 @@ "require": { "php": ">=8.1", "genealabs/laravel-pivot-events": "^10.0", - "illuminate/cache": "^10.0", - "illuminate/config": "^10.0", - "illuminate/console": "^10.0", - "illuminate/container": "^10.0", - "illuminate/database": "^10.0", - "illuminate/http": "^10.0", - "illuminate/support": "^10.0" + "illuminate/cache": "^10.0|^11.0", + "illuminate/config": "^10.0|^11.0", + "illuminate/console": "^10.0|^11.0", + "illuminate/container": "^10.0|^11.0", + "illuminate/database": "^10.0|^11.0", + "illuminate/http": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0" }, "require-dev": { "doctrine/dbal": "^3.3", "fakerphp/faker": "^1.11", "laravel/nova": "^4.0", "orchestra/testbench-browser-kit": "^8.0", - "orchestra/testbench": "^8.0", - "php-coveralls/php-coveralls" : "^2.2", + "orchestra/testbench": "^8.0|^9.0", + "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^10.0", - "slevomat/coding-standard": "^7.0", + "slevomat/coding-standard": "^7.0|^8.14", "squizlabs/php_codesniffer": "^3.6", "symfony/thanks": "^1.2", "laravel/legacy-factories": "^1.3"