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>2020-04-19 16:52:29 +0300
committerGitHub <noreply@github.com>2020-04-19 16:52:29 +0300
commit7e6b13cfd9207adfd2ab0e3d39d0d3b8b17bb3ea (patch)
treec939395ab75eb1d2df66c352186f291f0f870d3f /composer.lock
parent36a3729bbe0c70175eeee61dbf23f3395800dfe9 (diff)
Run tests on bionic distribution & run AllTests with PHP 7.4 (#15720)
* run tests on php 7.4 / xenial * composer update * fix lfs check * adjust travis.yml * adds distribution param * update submodule * update travis.yml * fix icon tests * Fix array access error on PHP 7.4 * fix test * avoid usage of deprecated assertArraySubset * convert expectedException annotations * avoid error on php 7.4 * Use assertion instead of conditional expection * add separat expected test result asserialize output changed for PHP7.4 * updates expected ui files * fix ui test * run UI tests on xenial dist * updates expected ui files * Update core/DataTable/Renderer.php * updates expected UI files * submodule update
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index 749a8e62ba..ecb39c7532 100644
--- a/composer.lock
+++ b/composer.lock
@@ -488,16 +488,16 @@
},
{
"name": "matomo/ini",
- "version": "2.0.1",
+ "version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/component-ini.git",
- "reference": "4cf2d9d73f884a1ce0d9a8c8a119d56f44771c80"
+ "reference": "f7b0d6ce594b34ead16864fbc5062c771328ac31"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/matomo-org/component-ini/zipball/4cf2d9d73f884a1ce0d9a8c8a119d56f44771c80",
- "reference": "4cf2d9d73f884a1ce0d9a8c8a119d56f44771c80",
+ "url": "https://api.github.com/repos/matomo-org/component-ini/zipball/f7b0d6ce594b34ead16864fbc5062c771328ac31",
+ "reference": "f7b0d6ce594b34ead16864fbc5062c771328ac31",
"shasum": ""
},
"require": {
@@ -505,7 +505,7 @@
},
"require-dev": {
"athletic/athletic": "0.1.*",
- "phpunit/phpunit": "~4.0"
+ "phpunit/phpunit": "^4.8.36"
},
"type": "library",
"autoload": {
@@ -517,7 +517,7 @@
"license": [
"LGPL-3.0"
],
- "time": "2019-07-03T07:42:01+00:00"
+ "time": "2020-01-12T18:54:50+00:00"
},
{
"name": "matomo/matomo-php-tracker",