Constrain phpunit 9.X to versions < 9.5 for now

This commit is contained in:
Chris Kankiewicz
2020-12-05 16:40:28 -07:00
parent 0d9b0c2e19
commit 6ee967cdda
2 changed files with 2009 additions and 2009 deletions

View File

@@ -38,7 +38,7 @@
"friendsofphp/php-cs-fixer": "^2.3",
"johnkary/phpunit-speedtrap": "^3.2",
"phlak/coding-standards": "^1.1",
"phpunit/phpunit": "^8.0 || ^9.0",
"phpunit/phpunit": "^8.0 || ~9.0 <9.5",
"psy/psysh": "^0.10",
"symfony/var-dumper": "^5.0",
"vimeo/psalm": "^3.6"

4016
composer.lock generated

File diff suppressed because it is too large Load Diff