mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-26 12:04:52 +01:00
Move phpunit to devRequirement
This commit is contained in:
parent
53139773fe
commit
9ac6bdbe34
@ -18,12 +18,15 @@
|
||||
"ext-simplexml": "*",
|
||||
"composer/semver": "^1.4 || ^2.0 || ^3.0",
|
||||
"composer/package-versions-deprecated": "^1.10",
|
||||
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
|
||||
"vimeo/psalm": "dev-master || dev-4.x || ^4.0"
|
||||
},
|
||||
"conflict": {
|
||||
"phpunit/phpunit": "<7.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"php": "^7.3 || ^8.0",
|
||||
"codeception/codeception": "^4.0.3",
|
||||
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
|
||||
"squizlabs/php_codesniffer": "^3.3.1",
|
||||
"weirdan/codeception-psalm-module": "^0.11.0",
|
||||
"weirdan/prophecy-shim": "^1.0 || ^2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user