Skip to content

Commit

Permalink
Merge pull request #226 from netglue/phpunit-10
Browse files Browse the repository at this point in the history
Upgrade PHPUnit to ^10
  • Loading branch information
gsteel committed May 4, 2023
2 parents e88f0bb + 91e0972 commit 3785207
Show file tree
Hide file tree
Showing 7 changed files with 282 additions and 389 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/build/
phpunit.xml
/vendor/
.phpunit.cache
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mezzio/mezzio-helpers": "^5.10",
"mezzio/mezzio-router": "^3.9",
"mezzio/mezzio-template": "^2.7",
"netglue/prismic-client": "^1.4",
"netglue/prismic-client": "^1.7",
"php-http/discovery": "^1.14.3",
"psr/cache": "^1 || ^2 || ^3",
"psr/container": "^1.1.1 || ^2.0.2",
Expand All @@ -63,10 +63,11 @@
"mezzio/mezzio-fastroute": "^3.9",
"php-http/curl-client": "^2.3",
"php-http/mock-client": "^1.5.1",
"phpunit/phpunit": "^9.6.7",
"phpunit/phpunit": "^10.1.2",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/options-resolver": "^5.3.7 || ^6.2.7",
"vimeo/psalm": "^5.11"
},
"extra": {
Expand Down
Loading

0 comments on commit 3785207

Please sign in to comment.