Skip to content

Commit

Permalink
Bump minimum PHPUnit requirement due to sebastianbergmann/phpunit#5592
Browse files Browse the repository at this point in the history
…which makes tests fail
  • Loading branch information
Jean85 committed Feb 2, 2024
1 parent 7ed87ad commit 6feb6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
* ...
* Bump PHPUnit requirement to a minimum of 10.5.4

## [2.2.3] - 2023-11-30
* Add support for Symfony 7
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jean85/pretty-package-versions": "^1.5.1||^2.0.1",
"phpunit/php-code-coverage": "^10.0",
"phpunit/php-file-iterator": "^4.0",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.5.4",
"psr/event-dispatcher": "^1.0",
"symfony/console": "^4.4||^5.0||^6.0||^7.0",
"symfony/dependency-injection": "^4.4||^5.0||^6.0||^7.0",
Expand Down

0 comments on commit 6feb6ab

Please sign in to comment.