Skip to content

Commit

Permalink
Merge pull request #120 from mezzio/renovate/phpunit-phpunit-10.x
Browse files Browse the repository at this point in the history
Update dependency phpunit/phpunit to v10
  • Loading branch information
Xerkus committed Jan 9, 2024
2 parents c815cfb + 89e428e commit 7f22e4f
Show file tree
Hide file tree
Showing 13 changed files with 296 additions and 424 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/.phpcs-cache
/.psalm-cache
/.phpunit.result.cache
/.phpunit.cache
/clover.xml
/coveralls-upload.json
/phpunit.xml
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@
"require-dev": {
"chubbyphp/chubbyphp-laminas-config": "^1.3.0",
"composer/composer": "^2.6.6",
"elie29/zend-phpdi-config": "^9.0",
"elie29/zend-phpdi-config": "^9.0.1",
"filp/whoops": "^2.15.4",
"jsoumelidis/zend-sf-di-config": "^0.5.1",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-development-mode": "^3.10.0",
"laminas/laminas-servicemanager": "^3.22.0",
"laminas/laminas-development-mode": "^3.12.0",
"laminas/laminas-servicemanager": "^3.22.1",
"mezzio/mezzio-fastroute": "^3.11.0",
"mezzio/mezzio-laminasrouter": "^3.9.0",
"mezzio/mezzio-laminasviewrenderer": "^2.15.0",
"mezzio/mezzio-platesrenderer": "^2.10.0",
"mezzio/mezzio-tooling": "^2.9",
"mezzio/mezzio-twigrenderer": "^2.15.0",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^9.6.15",
"phpunit/phpunit": "^10.5.5",
"psalm/plugin-phpunit": "^0.18.4",
"mezzio/mezzio-tooling": "^2.8",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^5.18"
},
Expand Down
Loading

0 comments on commit 7f22e4f

Please sign in to comment.