mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-30 04:29:08 +01:00
Merge pull request #75 from caugner/patch-1
Allow composer/semver ^2.0 || ^3.0
This commit is contained in:
commit
83b5c107a8
@ -16,7 +16,7 @@
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"ext-simplexml": "*",
|
||||
"composer/semver": "^1.4",
|
||||
"composer/semver": "^1.4 || ^2.0 || ^3.0",
|
||||
"ocramius/package-versions": "^1.3",
|
||||
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
|
||||
"vimeo/psalm": "^3.6.2 || dev-master"
|
||||
|
Loading…
Reference in New Issue
Block a user