From 07dca129c5722f2ff471a126c35d1994c0f89fdb Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 17 Dec 2024 17:30:15 +0100 Subject: [PATCH] Removed unused `roave/no-leaks` component Also, it's unreliable on PHP 8.2+ Ref: https://github.com/Roave/no-leaks/issues/182 Ref: https://github.com/Roave/no-leaks/pull/180 --- composer.json | 1 - composer.lock | 49 ++----------------------------------------------- 2 files changed, 2 insertions(+), 48 deletions(-) diff --git a/composer.json b/composer.json index 71b97abb..51c52b7b 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,6 @@ "phpunit/phpunit": "^9.6.22", "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.35.0", - "roave/no-leaks": "^1.5.0", "squizlabs/php_codesniffer": "^3.11.2", "vimeo/psalm": "^5.26.1" }, diff --git a/composer.lock b/composer.lock index 5e5e0994..76f38482 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": "78c4dc4f918df5b10aec87da1f80f30b", + "content-hash": "69eb424e06a8251d52106f2520228638", "packages": [ { "name": "azjezz/psl", @@ -4914,51 +4914,6 @@ }, "time": "2024-03-10T11:55:48+00:00" }, - { - "name": "roave/no-leaks", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://github.com/Roave/no-leaks.git", - "reference": "ede929f4c02231f862fce798ad8dc7c7b2703094" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Roave/no-leaks/zipball/ede929f4c02231f862fce798ad8dc7c7b2703094", - "reference": "ede929f4c02231f862fce798ad8dc7c7b2703094", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "~8.1.0 || ~8.2.0", - "phpunit/phpunit": "^9.6.10" - }, - "require-dev": { - "doctrine/coding-standard": "^12.0.0", - "psalm/plugin-phpunit": "^0.18.4", - "roave/infection-static-analysis-plugin": "^1.32.0", - "squizlabs/php_codesniffer": "^3.7.2", - "vimeo/psalm": "^5.14.1" - }, - "bin": [ - "bin/roave-no-leaks" - ], - "type": "library", - "autoload": { - "psr-4": { - "Roave\\NoLeaks\\PHPUnit\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "support": { - "issues": "https://github.com/Roave/no-leaks/issues", - "source": "https://github.com/Roave/no-leaks/tree/1.5.0" - }, - "time": "2023-08-02T18:55:03+00:00" - }, { "name": "sanmai/later", "version": "0.1.4", @@ -6628,7 +6583,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.2.3", + "php": "~8.4.1", "ext-bcmath": "*", "ext-json": "*", "ext-pcre": "*"