Skip to content

Commit

Permalink
bump phpunit minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo committed Aug 8, 2023
1 parent feaf550 commit 43d99bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.php_cs
.php_cs.cache
.phpunit.result.cache
.phpunit.cache
build
composer.lock
coverage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.1",
"phpstan/phpstan": "1.10.27"
}
}

0 comments on commit 43d99bd

Please sign in to comment.