Remove predis composer package
This commit is contained in:
parent
e020a83e41
commit
29decb0275
2 changed files with 1 additions and 68 deletions
|
@ -28,7 +28,6 @@
|
||||||
"league/commonmark": "^2.0",
|
"league/commonmark": "^2.0",
|
||||||
"league/flysystem-aws-s3-v3": "^3.0",
|
"league/flysystem-aws-s3-v3": "^3.0",
|
||||||
"mf2/mf2": "~0.3",
|
"mf2/mf2": "~0.3",
|
||||||
"predis/predis": "~1.0",
|
|
||||||
"spatie/browsershot": "~3.0",
|
"spatie/browsershot": "~3.0",
|
||||||
"spatie/commonmark-highlighter": "^3.0",
|
"spatie/commonmark-highlighter": "^3.0",
|
||||||
"symfony/html-sanitizer": "^6.1"
|
"symfony/html-sanitizer": "^6.1"
|
||||||
|
|
68
composer.lock
generated
68
composer.lock
generated
|
@ -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": "076c4cf5d0f658b12cb4c27452335b4b",
|
"content-hash": "98f2c7d21e4b256b0c4f800052b53eef",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -3723,72 +3723,6 @@
|
||||||
],
|
],
|
||||||
"time": "2021-12-04T23:24:31+00:00"
|
"time": "2021-12-04T23:24:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "predis/predis",
|
|
||||||
"version": "v1.1.10",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/predis/predis.git",
|
|
||||||
"reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
|
|
||||||
"reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=5.3.9"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": "~4.8"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"ext-curl": "Allows access to Webdis when paired with phpiredis",
|
|
||||||
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Predis\\": "src/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Daniele Alessandri",
|
|
||||||
"email": "suppakilla@gmail.com",
|
|
||||||
"homepage": "http://clorophilla.net",
|
|
||||||
"role": "Creator & Maintainer"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Till Krüss",
|
|
||||||
"homepage": "https://till.im",
|
|
||||||
"role": "Maintainer"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
|
|
||||||
"homepage": "http://github.com/predis/predis",
|
|
||||||
"keywords": [
|
|
||||||
"nosql",
|
|
||||||
"predis",
|
|
||||||
"redis"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/predis/predis/issues",
|
|
||||||
"source": "https://github.com/predis/predis/tree/v1.1.10"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"url": "https://github.com/sponsors/tillkruss",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"time": "2022-01-05T17:46:08+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "psr/container",
|
"name": "psr/container",
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue