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
parent7f5d8a1cad69c145e6305db27636b7f495d94792 (diff)
Updates semver dependency (#19934)
-rw-r--r--composer.json2
-rw-r--r--composer.lock33
2 files changed, 24 insertions, 11 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",
diff --git a/composer.lock b/composer.lock
index 6025de5f9c..ec4a86a376 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "8abf91a75153ccb117e1cacc82cc9fb5",
+ "content-hash": "fa4f82257142ad552c71348f6c0f6da0",
"packages": [
{
"name": "composer/ca-bundle",
@@ -84,24 +84,23 @@
},
{
"name": "composer/semver",
- "version": "1.3.0",
+ "version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747"
+ "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/df4463baa9f44fe6cf0a6da4fde2934d4c0a2747",
- "reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747",
+ "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
+ "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0"
+ "php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.5 || ^5.0.5",
- "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
+ "phpunit/phpunit": "^4.5 || ^5.0.5"
},
"type": "library",
"extra": {
@@ -145,9 +144,23 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/master"
+ "source": "https://github.com/composer/semver/tree/1.7.2"
},
- "time": "2016-02-25T22:23:39+00:00"
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-12-03T15:47:16+00:00"
},
{
"name": "davaxi/sparkline",