diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4d7ef7..a6f067c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: matrix: operating-system: [ ubuntu-latest ] php-versions: [ '8.0', '8.1', '8.2' ] - composer-range: [ '--prefer-stable', '' ] + composer-range: [ '--prefer-stable --prefer-lowest', '--prefer-stable', '' ] runs-on: ${{ matrix.operating-system }} steps: - name: Checkout diff --git a/composer.json b/composer.json index d6a82e1..73daff1 100644 --- a/composer.json +++ b/composer.json @@ -17,20 +17,20 @@ "require": { "php": "^8.0", "ext-json": "*", - "doctrine/annotations": "^1.0 || ^2.0", - "league/container": "^4.0", - "roave/better-reflection": "^5.0 || ^6.0", - "symfony/console": "^4.0 || ^5.0 || ^6.0" + "doctrine/annotations": "^1.14.3 || ^2.0.0", + "league/container": "^4.2.0", + "roave/better-reflection": "^5.11.0 || ^6.0", + "symfony/console": "^4.4.49 || ^5.0 || ^6.0" }, "require-dev": { "brainmaestro/composer-git-hooks": "^2.8", "ergebnis/composer-normalize": "2.31.0", "friendsofphp/php-cs-fixer": "^3.0", - "mockery/mockery": "^1.4", + "mockery/mockery": "^1.6.0", "phpstan/phpstan": "^1.8", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.6.0", "roave/security-advisories": "dev-latest", - "vimeo/psalm": "^4.4 || ^5.0" + "vimeo/psalm": "^5.15.0" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/psalm.xml b/psalm.xml index 1bd3e35..7520737 100644 --- a/psalm.xml +++ b/psalm.xml @@ -4,7 +4,6 @@ errorLevel="2" resolveFromConfigFile="true" xmlns="https://getpsalm.org/schema/config" - findUnusedBaselineEntry="false" findUnusedCode="false" errorBaseline="psalm-baseline.xml" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd">