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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-19 12:23:36 +0300
committerGitHub <noreply@github.com>2021-11-19 12:23:36 +0300
commita36eb5bdf9834fc40cbe1a992f7a230bd90f3b9b (patch)
tree6e2487aa752524f8d6b21ef7363ec071cfda7d93 /composer.lock
parentabbbaca9dd288940e6f3b8bf2a761a592710b8f7 (diff)
updates composer dependencies (#18350)
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock15
1 files changed, 8 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock
index 83daa76dfe..4320ce09aa 100644
--- a/composer.lock
+++ b/composer.lock
@@ -206,16 +206,16 @@
},
{
"name": "geoip2/geoip2",
- "version": "v2.11.0",
+ "version": "v2.12.0",
"source": {
"type": "git",
"url": "https://github.com/maxmind/GeoIP2-php.git",
- "reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7"
+ "reference": "a320c2c3b7498c83bf9b2a670af6888c73e29f50"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/d01be5894a5c1a3381c58c9b1795cd07f96c30f7",
- "reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7",
+ "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/a320c2c3b7498c83bf9b2a670af6888c73e29f50",
+ "reference": "a320c2c3b7498c83bf9b2a670af6888c73e29f50",
"shasum": ""
},
"require": {
@@ -225,7 +225,8 @@
"php": ">=7.2"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "2.*",
+ "friendsofphp/php-cs-fixer": "3.*",
+ "phpstan/phpstan": "*",
"phpunit/phpunit": "^8.0 || ^9.0",
"squizlabs/php_codesniffer": "3.*"
},
@@ -257,9 +258,9 @@
],
"support": {
"issues": "https://github.com/maxmind/GeoIP2-php/issues",
- "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.11.0"
+ "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.12.0"
},
- "time": "2020-10-01T18:48:34+00:00"
+ "time": "2021-11-17T20:54:16+00:00"
},
{
"name": "lox/xhprof",