Skip to content

Commit

Permalink
Updated "phpunit/phpunit" to version 11.0.
Browse files Browse the repository at this point in the history
- Updated "phpunit/phpunit" to version "^11.0".
- Updated "vimeo/psalm" to "dev-master" branch.
- Updated "spaze/phpstan-disallowed-calls" to version "^3.0".
  • Loading branch information
laurentmuller committed Jun 3, 2024
1 parent a19e4ff commit 7f75391
Show file tree
Hide file tree
Showing 6 changed files with 655 additions and 310 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- Updated `.styleci.yml` configuration.
- Updated `.markdownlint-cli2.yaml` configuration.
- Updated to Symfony v7.1.0.
- Updated `phpunit/phpunit` to version `^11.0`.
- Updated `vimeo/psalm` to `dev-master` branch.
- Updated `spaze/phpstan-disallowed-calls` to version `^3.0`.

## [2.20.13] - 2024-06-16

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/extension-installer": "^1.0",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^11.0",
"rector/rector": "^1.0",
"slam/phpstan-extensions": "^6.0",
"spaze/phpstan-disallowed-calls": "^2.0",
"spaze/phpstan-disallowed-calls": "^3.0",
"symfony/framework-bundle": "^6.0| ^7.0",
"symfony/phpunit-bridge": "^6.0| ^7.0",
"vimeo/psalm": "^5.0"
"vimeo/psalm": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7f75391

Please sign in to comment.