Skip to content

Commit

Permalink
Merge pull request doctrine#214 from greg0ire/refresh-tooling
Browse files Browse the repository at this point in the history
Use recent versions of dev tools
  • Loading branch information
greg0ire committed Jan 15, 2023
2 parents d9d313a + 27b6a98 commit ebd91a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^10",
"doctrine/coding-standard": "^11.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25"
"vimeo/psalm": "^4.25 || ^5.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ebd91a0

Please sign in to comment.