Skip to content

Commit

Permalink
qa: upgrade to phpunit 10.5
Browse files Browse the repository at this point in the history
Makes it possible to identify deprecation errors and correct them.

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Nov 25, 2024
1 parent e0c2d13 commit cc1dc4e
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 463 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/.phpcs-cache
/.phpunit.result.cache
/.phpunit.cache
/clover.xml
/coveralls-upload.json
/docs/html/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.3",
"laminas/laminas-servicemanager": "^3.21.0",
"phpunit/phpunit": "^9.5.5"
"phpunit/phpunit": "^10.5"
},
"suggest": {
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
Expand Down
Loading

0 comments on commit cc1dc4e

Please sign in to comment.