diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d70f2c..0bf1f81 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: | composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update - composer update --prefer-dist --no-interaction --no-progress --ignore-platform-reqs + composer update --prefer-dist --no-interaction --no-progress - name: Execute tests run: vendor/bin/phpunit --verbose diff --git a/composer.json b/composer.json index 3cf39b5..ae95508 100644 --- a/composer.json +++ b/composer.json @@ -44,15 +44,15 @@ "php": "^7.3|^8.0", "illuminate/support": "^8.0|^9.0", "mollie/mollie-api-php": "^2.40", - "ext-json": "*", - "symfony/finder": "^5.0|6.0" + "ext-json": "*" }, "require-dev": { "graham-campbell/testbench": "^5.0", "mockery/mockery": "^1.0", "phpunit/phpunit": "^9.0", "laravel/socialite": "^5.0", - "laravel/pint": "^1.1" + "laravel/pint": "^1.1", + "symfony/finder": "^5.0|^6.0" }, "suggest": { "laravel/socialite": "Use Mollie Connect (OAuth) to authenticate via Laravel Socialite with the Mollie API. This is needed for some endpoints."