Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(TB ZF1 RedisProxy) php7.4 compat: Redis::delete is deprecated
Browse files Browse the repository at this point in the history
use del instead (yey, we really cleaned up nicely here)

execute composer:
composer require "zendframework/zendframework1 1.12.20pl41 as 1.12.20"

Change-Id: I3575990609db5febd17c2cfb69a2bd3a16ff5323
  • Loading branch information
pschuele committed Dec 2, 2020
1 parent 3e69ad7 commit 145e108
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions tine20/composer.json
Expand Up @@ -88,7 +88,6 @@
"ezyang/htmlpurifier": "dev-master",
"firebase/php-jwt": "^5",
"giggsey/libphonenumber-for-php": "^8",
"psr/http-server-middleware": "^1.0",
"jumbojett/openid-connect-php": "dev-master",
"metaways/opendocument": "1.2",
"metaways/timezoneconvert": "1.*",
Expand All @@ -97,6 +96,7 @@
"phpoffice/phpexcel": "1.8.*",
"phpoffice/phpspreadsheet": "1.10.1pl3 as 1.10.1",
"phpoffice/phpword": "v0.14.0 as v0.13.0",
"psr/http-server-middleware": "^1.0",
"sabre/dav": "1.8.*",
"sabre/vobject": "3.5.3pl1 as 2.1.0",
"sentry/sentry": "^1.8",
Expand All @@ -112,7 +112,7 @@
"zendframework/zend-diactoros": "^1.6",
"zendframework/zend-http": "2.5.*",
"zendframework/zend-stratigility": "^3.2",
"zendframework/zendframework1": "1.12.20pl39 as 1.12.20"
"zendframework/zendframework1": "1.12.20pl41 as 1.12.20"
},
"require-dev": {
"phing/phing": "2.16.*",
Expand Down
46 changes: 23 additions & 23 deletions tine20/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 145e108

Please sign in to comment.