mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: incrementally supports PHPUnit patch versions
This commit is contained in:
@ -26,7 +26,8 @@
|
||||
"phpunit/phpunit": "^10.0.16"
|
||||
},
|
||||
"conflict": {
|
||||
"webmozart/assert": "<1.11.0"
|
||||
"webmozart/assert": "<1.11.0",
|
||||
"phpunit/phpunit": ">10.0.16"
|
||||
},
|
||||
"version": "2.x-dev",
|
||||
"autoload": {
|
||||
|
||||
Reference in New Issue
Block a user