Skip to content

Commit

Permalink
Allow PHPUnit ^11
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Feb 9, 2025
1 parent 33e04cc commit d29c3cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require-dev": {
"phpunit/phpunit": "^10"
"phpunit/phpunit": "^10 || ^11"
}
}
2 changes: 1 addition & 1 deletion composer.lock

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

2 changes: 1 addition & 1 deletion foo/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require-dev": {
"phpunit/phpunit": "^11"
"phpunit/phpunit": "^10 || ^11"
}
}
2 changes: 1 addition & 1 deletion foo/composer.lock

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

0 comments on commit d29c3cf

Please sign in to comment.