Skip to content

Commit

Permalink
Update composer dependencies (#32)
Browse files Browse the repository at this point in the history
This commit updates the versions of 'phpunit/phpunit' and 'rector/rector' in the composer.json file. It also adds support for 'phpunit/phpunit' version 11.0.4. These updates ensure the project dependencies are kept up-to-date and secure.
  • Loading branch information
MarjovanLier authored Mar 5, 2024
1 parent 6113ab4 commit 64c5961
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 @@ -54,9 +54,9 @@
"phpstan/extension-installer": ">=1.3.1",
"phpstan/phpstan": ">=1.10.59",
"phpstan/phpstan-strict-rules": ">=1.5.2",
"phpunit/phpunit": ">=10.5.10",
"phpunit/phpunit": ">=10.5.10|>=11.0.4",
"psalm/plugin-phpunit": ">=0.18.4",
"rector/rector": ">=1.0.1",
"rector/rector": ">=1.0.2",
"roave/no-floaters": ">=1.11.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": ">=5.22.2"
Expand Down

0 comments on commit 64c5961

Please sign in to comment.