From 3fd174ce625098f1db702ef8bcb26bdbc0bb0c45 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 21 Jun 2025 10:36:06 +0300 Subject: [PATCH] chore(composer): Removed `matthiasmullie/scrapbook` package --- composer.json | 1 - composer.lock | 150 +------------------------------------------------- 2 files changed, 1 insertion(+), 150 deletions(-) diff --git a/composer.json b/composer.json index 46a0aec91..85ef6217d 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,6 @@ "josantonius/cookie": "^2.0", "league/flysystem": "^3.28", "longman/ip-tools": "1.2.1", - "matthiasmullie/scrapbook": "^1.5.4", "monolog/monolog": "^3.4", "nette/caching": "^3.3", "nette/database": "^3.2", diff --git a/composer.lock b/composer.lock index 3880e7205..095574af1 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": "d5c412940351541cc00dad2655aec507", + "content-hash": "7c0b87c0c30183dc306f763c724beafc", "packages": [ { "name": "arokettu/bencode", @@ -2270,105 +2270,6 @@ }, "time": "2016-10-23T20:08:46+00:00" }, - { - "name": "matthiasmullie/scrapbook", - "version": "1.5.4", - "source": { - "type": "git", - "url": "https://github.com/matthiasmullie/scrapbook.git", - "reference": "6ca64d54d7106deffbb98cb9c6a6f5fdb13ce1f1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/matthiasmullie/scrapbook/zipball/6ca64d54d7106deffbb98cb9c6a6f5fdb13ce1f1", - "reference": "6ca64d54d7106deffbb98cb9c6a6f5fdb13ce1f1", - "shasum": "" - }, - "require": { - "php": ">=8.0.0", - "psr/cache": "^2.0||^3.0", - "psr/simple-cache": "^2.0||^3.0" - }, - "provide": { - "psr/cache-implementation": "^1.0||^2.0||^3.0", - "psr/simple-cache-implementation": "^1.0||^2.0||^3.0" - }, - "require-dev": { - "ext-pcntl": "*", - "friendsofphp/php-cs-fixer": ">=3.0", - "phpunit/phpunit": ">=10.0" - }, - "suggest": { - "couchbase/couchbase": ">=3.0", - "ext-apcu": ">=4.0.0", - "ext-couchbase": ">=3.0.0", - "ext-memcached": ">=2.0.0", - "ext-pdo": ">=0.1.0", - "ext-redis": ">=2.2.0||0.0.0.0", - "league/flysystem": ">=1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "MatthiasMullie\\Scrapbook\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Matthias Mullie", - "email": "scrapbook@mullie.eu", - "homepage": "https://www.mullie.eu", - "role": "Developer" - } - ], - "description": "Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.", - "homepage": "https://scrapbook.cash", - "keywords": [ - "Buffer", - "Flysystem", - "apc", - "buffered", - "cache", - "caching", - "commit", - "couchbase", - "filesystem", - "key", - "memcached", - "mitigation", - "mysql", - "postgresql", - "protection", - "psr-16", - "psr-6", - "psr-cache", - "psr-simple-cache", - "redis", - "rollback", - "sql", - "sqlite", - "stampede", - "store", - "transaction", - "transactional", - "value" - ], - "support": { - "issues": "https://github.com/matthiasmullie/scrapbook/issues", - "source": "https://github.com/matthiasmullie/scrapbook/tree/1.5.4" - }, - "funding": [ - { - "url": "https://github.com/matthiasmullie", - "type": "github" - } - ], - "time": "2024-12-20T11:47:12+00:00" - }, { "name": "monolog/monolog", "version": "3.9.0", @@ -2914,55 +2815,6 @@ ], "time": "2024-07-20T21:41:07+00:00" }, - { - "name": "psr/cache", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "support": { - "source": "https://github.com/php-fig/cache/tree/3.0.0" - }, - "time": "2021-02-03T23:26:27+00:00" - }, { "name": "psr/clock", "version": "1.0.0",