Skip to content

Commit

Permalink
Mention current minor versions of dev tools in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 25, 2024
1 parent c30de42 commit 5f9c50f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.54",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/extension-installer": "^1.3",
"friendsofphp/php-cs-fixer": "^3.59",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/extension-installer": "^1.4",
"phpunit/phpunit" : "^9.6"
},
"scripts": {
Expand Down

0 comments on commit 5f9c50f

Please sign in to comment.