Skip to content

Commit

Permalink
chore: bumps phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Oct 20, 2024
1 parent 67f2178 commit bdcb883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"pestphp/pest-plugin": "^3.0.0",
"pestphp/pest-plugin-arch": "^3.0.0",
"pestphp/pest-plugin-mutate": "^3.0.5",
"phpunit/phpunit": "^11.4.1"
"phpunit/phpunit": "^11.4.2"
},
"conflict": {
"filp/whoops": "<2.16.0",
"phpunit/phpunit": ">11.4.1",
"phpunit/phpunit": ">11.4.2",
"sebastian/exporter": "<6.0.0",
"webmozart/assert": "<1.11.0"
},
Expand Down

0 comments on commit bdcb883

Please sign in to comment.