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 a531684
Showing 1 changed file with 3 additions and 3 deletions.
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 a531684

Please sign in to comment.