Skip to content

Commit

Permalink
[roave-better-reflection-6] fix composer ranges to allow for `--prefe…
Browse files Browse the repository at this point in the history
…r-lowest` tests
  • Loading branch information
andrewbreksa committed Oct 29, 2023
1 parent 845e100 commit 99cefda
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 99cefda

Please sign in to comment.