Skip to content

Commit

Permalink
composer: require PHPUnit 11.5 or 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jan 13, 2025
1 parent 004e06d commit 6953f31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.3",
"phpunit/phpunit": "^10.3 || ^11.5",
"friendsofphp/php-cs-fixer": "^3.22"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6953f31

Please sign in to comment.