Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2022-11-07 00:34:35 +0300
committerGitHub <noreply@github.com>2022-11-07 00:34:35 +0300
commit0948bb6457c5566fc6cc1533d93e54a1f335c7ca (patch)
tree510642e9ad32f051ed2154a611b873002ae8eedf /composer.json
parent7f5d8a1cad69c145e6305db27636b7f495d94792 (diff)
Updates semver dependency (#19934)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 3ddb117cf0..ceb498f02e 100644
--- a/composer.json
+++ b/composer.json
@@ -36,7 +36,7 @@
"require": {
"php": ">=7.2.5",
"composer/ca-bundle": "^1.2",
- "composer/semver": "~1.3.0",
+ "composer/semver": "^1.3.0",
"davaxi/sparkline": "~2.0",
"geoip2/geoip2": "^2.8",
"lox/xhprof": "dev-master",