Skip to content

Commit abf6e67

Browse files
committed
Upgrade PHPUnit to version 10
Signed-off-by: George Steel <[email protected]>
1 parent a46ca4e commit abf6e67

6 files changed

+267
-392
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/.phpcs-cache
2-
/.phpunit.result.cache
2+
/.phpunit.cache
33
/docs/html/
44
/laminas-mkdoc-theme.tgz
55
/laminas-mkdoc-theme/

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"laminas/laminas-cache-storage-adapter-apcu": "^2.4",
4545
"laminas/laminas-coding-standard": "~2.5.0",
4646
"laminas/laminas-diactoros": "^2.24",
47-
"phpunit/phpunit": "^9.6.5",
47+
"phpunit/phpunit": "^10.0.16",
4848
"psalm/plugin-phpunit": "^0.18.4",
4949
"vimeo/psalm": "^5.8"
5050
},

0 commit comments

Comments
 (0)