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