Skip to content

Commit

Permalink
chore: bumps phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Mar 14, 2024
1 parent ac07bc1 commit ce1607c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
],
"require": {
"php": "^8.1.0",
"brianium/paratest": "^7.3.1",
"brianium/paratest": "^7.4.3",
"nunomaduro/collision": "^7.10.0|^8.1.1",
"nunomaduro/termwind": "^1.15.1|^2.0.1",
"pestphp/pest-plugin": "^2.1.1",
"pestphp/pest-plugin-arch": "^2.7.0",
"phpunit/phpunit": "^10.5.12"
"phpunit/phpunit": "^10.5.13"
},
"conflict": {
"phpunit/phpunit": ">10.5.12",
"phpunit/phpunit": ">10.5.13",
"sebastian/exporter": "<5.1.0",
"webmozart/assert": "<1.11.0"
},
Expand Down

0 comments on commit ce1607c

Please sign in to comment.