Skip to content

Commit

Permalink
Upgrade to PHPUnit 10
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Apr 7, 2023
1 parent db30e86 commit 72ab3e5
Show file tree
Hide file tree
Showing 15 changed files with 280 additions and 383 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/clover.xml
/.phpcs-cache
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
/.phpunit.result.cache
/.phpunit.cache
/phpunit.xml
/vendor/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"require-dev": {
"ext-sqlite3": "*",
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.6.6",
"phpunit/phpunit": "^10.0.19",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.9"
},
Expand Down
Loading

0 comments on commit 72ab3e5

Please sign in to comment.