Skip to content

Commit

Permalink
Merge pull request #351 from gsteel/phpunit-10
Browse files Browse the repository at this point in the history
Upgrade PHPUnit to version 10.x
  • Loading branch information
gsteel authored Nov 25, 2024
2 parents aaf298a + df0e074 commit 2dec673
Show file tree
Hide file tree
Showing 28 changed files with 513 additions and 512 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/clover.xml
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
/.phpunit.result.cache
/.phpunit.cache
/.phpcs-cache
/psalm.xml
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-servicemanager": "^4.1",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-stdlib": "^3.20",
"psr/cache": "^2.0 || ^3.0",
"psr/clock": "^1.0",
"psr/simple-cache": "^2.0 || ^3.0",
"webmozart/assert": "^1.9"
"webmozart/assert": "^1.11"
},
"require-dev": {
"laminas/laminas-cli": "^1.11",
"laminas/laminas-coding-standard": "~3.0.1",
"laminas/laminas-config-aggregator": "^1.17",
"laminas/laminas-serializer": "^3.1",
"phpunit/phpunit": "^9.6.21",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.26.1"
},
Expand Down
Loading

0 comments on commit 2dec673

Please sign in to comment.