diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 65be152c..2a133765 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -59,7 +59,7 @@ jobs: - name: Install dependencies run: | composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-progress --no-update - composer update --no-progress --prefer-dist --no-interaction --no-suggest + composer update --no-progress --prefer-dist --no-interaction - name: Execute tests run: composer test:ci diff --git a/composer.json b/composer.json index e8881637..e886b1db 100644 --- a/composer.json +++ b/composer.json @@ -24,17 +24,17 @@ ], "require": { "php": "^8.0", - "illuminate/auth": "^9.0|^10.0,^11.0", - "illuminate/contracts": "^9.0|^10.0,^11.0", - "illuminate/http": "^9.0|^10.0,^11.0", - "illuminate/support": "^9.0|^10.0,^11.0", + "illuminate/auth": "^9.0|^10.0|^11.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", + "illuminate/http": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", "lcobucci/jwt": "^4.0", "nesbot/carbon": "^2.0" }, "require-dev": { - "illuminate/console": "^9.0|^10.0,^11.0", - "illuminate/database": "^9.0|^10.0,^11.0", - "illuminate/routing": "^9.0|^10.0,^11.0", + "illuminate/console": "^9.0|^10.0|^11.0", + "illuminate/database": "^9.0|^10.0|^11.0", + "illuminate/routing": "^9.0|^10.0|^11.0", "mockery/mockery": ">=0.9.9", "phpunit/phpunit": "^9.4" },