From a59a2b875dedca9beffa0e50842b95d4f599b590 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Wed, 20 Mar 2024 06:28:21 -0300 Subject: [PATCH] Remove unsed packages. --- composer.json | 2 -- composer.lock | 54 +-------------------------------------------------- 2 files changed, 1 insertion(+), 55 deletions(-) diff --git a/composer.json b/composer.json index 960b6bff731..37a21f8ce9b 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,6 @@ "dms/phpunit-arraysubset-asserts": "^0.5", "phpunit/phpunit": "^9.6", "cebe/indent": "~1.0.2", - "johnkary/phpunit-speedtrap": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "*", "yiisoft/yii2-coding-standards": "^3.0" }, @@ -110,7 +109,6 @@ }, "config": { "allow-plugins": { - "cweagans/composer-patches": true, "yiisoft/yii2-composer": true, "dealerdirect/phpcodesniffer-composer-installer": true } diff --git a/composer.lock b/composer.lock index 0462f2fdaf1..e5d5f186df3 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": "a87c124a4306ffc2d162e8fe374a9960", + "content-hash": "7269257cc9e1f2b37d4e30c637bb226b", "packages": [ { "name": "bower-asset/inputmask", @@ -513,58 +513,6 @@ ], "time": "2022-12-30T00:23:10+00:00" }, - { - "name": "johnkary/phpunit-speedtrap", - "version": "v1.0.2", - "source": { - "type": "git", - "url": "https://github.com/johnkary/phpunit-speedtrap.git", - "reference": "ad242a6e84b0d63d2e50832babad77d6d545bc0a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/ad242a6e84b0d63d2e50832babad77d6d545bc0a", - "reference": "ad242a6e84b0d63d2e50832babad77d6d545bc0a", - "shasum": "" - }, - "require": { - "php": ">=5.6", - "phpunit/phpunit": ">=4.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "JohnKary": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "John Kary", - "email": "john@johnkary.net" - } - ], - "description": "Find slow tests in your PHPUnit test suite", - "homepage": "https://github.com/johnkary/phpunit-speedtrap", - "keywords": [ - "phpunit", - "profile", - "slow" - ], - "support": { - "issues": "https://github.com/johnkary/phpunit-speedtrap/issues", - "source": "https://github.com/johnkary/phpunit-speedtrap/tree/master" - }, - "time": "2017-02-13T15:22:35+00:00" - }, { "name": "myclabs/deep-copy", "version": "1.11.1",