Update phpunit dependency constraint

allow all versions greater 9.3.7

fixes #205
This commit is contained in:
johannes.pichler
2020-10-13 08:20:55 +02:00
parent d1b61a34de
commit 006f9232cc

View File

@ -22,7 +22,7 @@
"pestphp/pest-plugin": "^0.3",
"pestphp/pest-plugin-coverage": "^0.3",
"pestphp/pest-plugin-init": "^0.3",
"phpunit/phpunit": ">= 9.3.7 <= 9.4.0"
"phpunit/phpunit": ">= 9.3.7 <= 9.4.1"
},
"autoload": {
"psr-4": {