chore: bumps phpunit dependency

This commit is contained in:
Nuno Maduro
2023-06-02 22:40:46 +01:00
parent b25bc7ee05
commit a0041f139c
2 changed files with 5 additions and 5 deletions

View File

@ -23,11 +23,11 @@
"nunomaduro/termwind": "^1.15.1",
"pestphp/pest-plugin": "^2.0.1",
"pestphp/pest-plugin-arch": "^2.1.2",
"phpunit/phpunit": "^10.1.3"
"phpunit/phpunit": "^10.2.0"
},
"conflict": {
"webmozart/assert": "<1.11.0",
"phpunit/phpunit": ">10.1.3"
"phpunit/phpunit": ">10.2.0"
},
"autoload": {
"psr-4": {
@ -50,7 +50,7 @@
},
"require-dev": {
"pestphp/pest-dev-tools": "^2.9.0",
"symfony/process": "^6.2.10"
"symfony/process": "^6.3.0"
},
"minimum-stability": "stable",
"config": {