chore(composer): Removed matthiasmullie/scrapbook package

This commit is contained in:
Roman Kelesidis 2025-06-21 10:36:06 +03:00
commit 3fd174ce62
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4
2 changed files with 1 additions and 150 deletions

View file

@ -63,7 +63,6 @@
"josantonius/cookie": "^2.0", "josantonius/cookie": "^2.0",
"league/flysystem": "^3.28", "league/flysystem": "^3.28",
"longman/ip-tools": "1.2.1", "longman/ip-tools": "1.2.1",
"matthiasmullie/scrapbook": "^1.5.4",
"monolog/monolog": "^3.4", "monolog/monolog": "^3.4",
"nette/caching": "^3.3", "nette/caching": "^3.3",
"nette/database": "^3.2", "nette/database": "^3.2",

150
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d5c412940351541cc00dad2655aec507", "content-hash": "7c0b87c0c30183dc306f763c724beafc",
"packages": [ "packages": [
{ {
"name": "arokettu/bencode", "name": "arokettu/bencode",
@ -2270,105 +2270,6 @@
}, },
"time": "2016-10-23T20:08:46+00:00" "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", "name": "monolog/monolog",
"version": "3.9.0", "version": "3.9.0",
@ -2914,55 +2815,6 @@
], ],
"time": "2024-07-20T21:41:07+00:00" "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", "name": "psr/clock",
"version": "1.0.0", "version": "1.0.0",