From 92f82b640a60b6defe45347dfdcca30f217bac2c Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Thu, 2 May 2019 12:53:05 +0200 Subject: [PATCH] Move redcomponent/teststatistics to dev [MAILPOET-2012] --- composer.json | 4 +-- composer.lock | 93 ++++++++++++++++++++++++++------------------------- 2 files changed, 49 insertions(+), 48 deletions(-) diff --git a/composer.json b/composer.json index abef7e14e9..d00be0b867 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,7 @@ "nesbot/carbon": "^1.21", "soundasleep/html2text": "dev-master", "symfony/polyfill-php72": "^1.9", - "symfony/polyfill-mbstring": "^1.9", - "redcomponent/teststatistics": "^2.2" + "symfony/polyfill-mbstring": "^1.9" }, "require-dev": { "codeception/aspect-mock": "2.0.1", @@ -35,6 +34,7 @@ "lucatume/wp-browser": "2.2.0", "phpcompatibility/php-compatibility": "^9.0", "phpunit/phpunit": "5.7.27", + "redcomponent/teststatistics": "^2.2", "sensiolabs/security-checker": "^5.0", "squizlabs/php_codesniffer": "^3.3", "umpirsky/twig-gettext-extractor": "1.1.*", diff --git a/composer.lock b/composer.lock index 7732678922..c9de90a619 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": "2a7a51c0258d1b80c886a6743742c935", + "content-hash": "1b3da23f1accd4f0185b5b185d605201", "packages": [ { "name": "cerdic/css-tidy", @@ -272,51 +272,6 @@ ], "time": "2018-12-28T10:07:33+00:00" }, - { - "name": "redcomponent/teststatistics", - "version": "v2.2", - "source": { - "type": "git", - "url": "https://github.com/redCOMPONENT-COM/teststatistics.git", - "reference": "a7fd0b21b85e87a911951f9f0f65cf16857a0245" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/redCOMPONENT-COM/teststatistics/zipball/a7fd0b21b85e87a911951f9f0f65cf16857a0245", - "reference": "a7fd0b21b85e87a911951f9f0f65cf16857a0245", - "shasum": "" - }, - "require-dev": { - "codeception/codeception": "@dev" - }, - "type": "library", - "autoload": { - "psr-4": { - "Codeception\\Extension\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL2" - ], - "authors": [ - { - "name": "Javier Gómez", - "email": "javier@redcomponent.com", - "homepage": "https://github.com/redCOMPONENT-COM/teststatistics" - } - ], - "description": "Codeception Extension to measure the performance of your tests", - "homepage": "https://github.com/redCOMPONENT-COM/teststatistics", - "keywords": [ - "TDD", - "acceptance testing", - "functional testing", - "performance", - "unit testing" - ], - "time": "2016-04-27T10:28:11+00:00" - }, { "name": "soundasleep/html2text", "version": "dev-master", @@ -4252,6 +4207,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2017-06-30T09:13:00+00:00" }, { @@ -4486,6 +4442,51 @@ "abandoned": true, "time": "2015-03-20T22:07:39+00:00" }, + { + "name": "redcomponent/teststatistics", + "version": "v2.2", + "source": { + "type": "git", + "url": "https://github.com/redCOMPONENT-COM/teststatistics.git", + "reference": "a7fd0b21b85e87a911951f9f0f65cf16857a0245" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/redCOMPONENT-COM/teststatistics/zipball/a7fd0b21b85e87a911951f9f0f65cf16857a0245", + "reference": "a7fd0b21b85e87a911951f9f0f65cf16857a0245", + "shasum": "" + }, + "require-dev": { + "codeception/codeception": "@dev" + }, + "type": "library", + "autoload": { + "psr-4": { + "Codeception\\Extension\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL2" + ], + "authors": [ + { + "name": "Javier Gómez", + "email": "javier@redcomponent.com", + "homepage": "https://github.com/redCOMPONENT-COM/teststatistics" + } + ], + "description": "Codeception Extension to measure the performance of your tests", + "homepage": "https://github.com/redCOMPONENT-COM/teststatistics", + "keywords": [ + "TDD", + "acceptance testing", + "functional testing", + "performance", + "unit testing" + ], + "time": "2016-04-27T10:28:11+00:00" + }, { "name": "rmccue/requests", "version": "v1.7.0",