Skip to content

Commit

Permalink
qa: update to PHPUnit 10.5
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Nov 25, 2024
1 parent 191ecea commit d1e8869
Show file tree
Hide file tree
Showing 6 changed files with 369 additions and 442 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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"rss": "https://github.com/phly/phly-event-dispatcher/releases.atom"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"psr/container": "^1.0 || ^2.0",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"fig/event-dispatcher-util": "^1.0",
"phpunit/phpunit": "^9.5.5",
"phpunit/phpunit": "^10.5",
"laminas/laminas-coding-standard": "~2.3.0"
},
"conflict": {
Expand Down
Loading

0 comments on commit d1e8869

Please sign in to comment.