diff options
-rw-r--r-- | .github/workflows/release.yml (renamed from .github/workflows/ci-release.yml) | 0 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-release.yml b/.github/workflows/release.yml index 7a15a083..7a15a083 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/release.yml diff --git a/composer.json b/composer.json index e681b6ba..6a8ea689 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr/http-message": "^1.0", "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", "laminas/laminas-diactoros": "^1.3 || ^2.0", - "ocramius/package-versions": "^1.4 || ^2.0" + "ocramius/package-versions": "^1.4 || ~2.0" }, "config": { "vendor-dir": "vendor_php" |