Merge pull request #75 from caugner/patch-1

Allow composer/semver ^2.0 || ^3.0
This commit is contained in:
Matthew Brown 2020-06-04 17:44:57 -04:00 committed by GitHub
commit 83b5c107a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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