Skip to content

Commit

Permalink
Merge pull request #190 from gsteel/phpunit-10
Browse files Browse the repository at this point in the history
Upgrade PHPUnit to 10.x. Fix Stream conformance
  • Loading branch information
Xerkus committed Sep 10, 2024
2 parents 0f45b6c + d13c28b commit 1f86ae1
Show file tree
Hide file tree
Showing 27 changed files with 544 additions and 613 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.tmp/
/.phpcs.cache
/.phpunit.result.cache
/.phpunit.cache
/.psalm-cache
/doc/html/
/laminas-mkdoc-theme.tgz
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"ext-dom": "*",
"ext-gd": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.9.0",
"http-interop/http-factory-tests": "^2.2.0",
"laminas/laminas-coding-standard": "~2.5.0",
"php-http/psr7-integration-tests": "^1.3",
"phpunit/phpunit": "^9.6.16",
"php-http/psr7-integration-tests": "^1.4.0",
"phpunit/phpunit": "^10.5.31",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.22.1"
"vimeo/psalm": "^5.25.0"
},
"provide": {
"psr/http-factory-implementation": "^1.1 || ^2.0",
Expand Down
Loading

0 comments on commit 1f86ae1

Please sign in to comment.