chore: incrementally supports PHPUnit patch versions

This commit is contained in:
Nuno Maduro
2023-03-19 16:45:43 +00:00
parent 961e0aec66
commit 7a57f9f9b8

View File

@ -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": {