Skip to content

Commit

Permalink
Merge pull request #39 from gsteel/phpunit-10
Browse files Browse the repository at this point in the history
Upgrade PHPUnit to version 10.x
  • Loading branch information
Ocramius authored Nov 17, 2023
2 parents 1c3d0e4 + ddad49d commit b35a8c4
Show file tree
Hide file tree
Showing 6 changed files with 251 additions and 383 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/.phpunit.result.cache
/.phpunit.cache
/.psalm-cache
.phpcs-cache
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-config": "^3.8.0",
"laminas/laminas-servicemanager": "^3.20",
"laminas/laminas-config": "^3.9.0",
"laminas/laminas-servicemanager": "^3.22.1",
"nikic/php-parser": "^4.17.1",
"phpunit/phpunit": "^9.6.13",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.15"
},
Expand Down
Loading

0 comments on commit b35a8c4

Please sign in to comment.