Skip to content

Commit c7e6b12

Browse files
committed
Upgrade PHPUnit to 10.x
Signed-off-by: George Steel <[email protected]>
1 parent 7177b70 commit c7e6b12

6 files changed

+259
-386
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/.phpcs-cache
2-
/.phpunit.result.cache
3-
/clover.xml
4-
/coveralls-upload.json
2+
/.phpunit.cache
53
/docs/html/
64
/laminas-mkdoc-theme.tgz
75
/laminas-mkdoc-theme/

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"require-dev": {
4343
"laminas/laminas-coding-standard": "~2.5.0",
44-
"phpunit/phpunit": "^9.6.6",
44+
"phpunit/phpunit": "^10.0.19",
4545
"psalm/plugin-phpunit": "^0.18.4",
4646
"vimeo/psalm": "^5.9"
4747
},

0 commit comments

Comments
 (0)