Skip to content

Commit

Permalink
[TASK] Update dev tools
Browse files Browse the repository at this point in the history
> composer req --dev phpunit/phpunit:"^11.5.7 || ^12.0.2"
> composer req --dev friendsofphp/php-cs-fixer:^3.69.0
> composer req --dev phpstan/phpstan:^2.1.5
  • Loading branch information
lolli42 committed Feb 16, 2025
1 parent c28b95e commit 9b3bbe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
run: vendor/bin/php-cs-fixer fix -v --diff --dry-run --show-progress none

- name: Phpstan
if: ${{ matrix.php <= '8.3' }}
run: vendor/bin/phpstan analyze --no-progress

- name: Phpunit
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^11.2.6",
"friendsofphp/php-cs-fixer": "^3.59.3",
"phpstan/phpstan": "^1.10.57"
"phpunit/phpunit": "^11.5.7 || ^12.0.2",
"friendsofphp/php-cs-fixer": "^3.69.0",
"phpstan/phpstan": "^2.1.5"
},
"replace": {
"cogpowered/finediff": "*"
Expand Down

0 comments on commit 9b3bbe5

Please sign in to comment.