Skip to content

Commit

Permalink
Bump the minimum PHPUnit version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmannsven committed Nov 5, 2023
1 parent f880b61 commit 68dbac4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/coverage
phpunit.xml
.phpunit.cache
.phpunit.result.cache

# Testbench
testbench.yaml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require-dev": {
"nunomaduro/collision": "^7.10",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
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.

0 comments on commit 68dbac4

Please sign in to comment.