cboulanger / bibliograph

Bibliograph is a powerful open source web application for the collaborative collection, editing and publishing of bibliographic data.
http://www.bibliograph.org
32 stars 8 forks source link

Update voku/simple-cache requirement from ^3.1 to ^4.1 in /src/lib/composer-7.2 #315

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on voku/simple-cache to permit the latest version.

Changelog

Sourced from voku/simple-cache's changelog.

Changelog 4.1.0 (2020-03-15)

  • "Cache" -> add "getAdapter()" & "getSerializer()"
  • "AdapterArray" -> add "getStaticValues()" & "getStaticKeys()"

Changelog 4.0.5 (2020-03-15)

  • fix "symfony/var-exporter" for OpCache

Changelog 4.0.4 (2020-03-15)

  • use "symfony/var-exporter" for OpCache

    -> better performance, because we don't need to serialize the data

    -> but it's optional, because it required PHP >= 7.1

Changelog 4.0.3 (2019-11-18)

  • "iSerializer" -> add "getName()"
  • fix usage of "file_put_contents"
  • fix errors from php 7.4
  • fix return of "CacheChain" (return true, if one cache-instance was successfully)

Changelog 4.0.2 (2019-04-23)

  • fix errors reported by phpstan (level 7)
  • fix for APC(u) + CLI usage
  • fix & new tests for "CacheChain" -> now accepts Cache objects instead of "iCache"

Changelog 4.0.1 (2019-03-03)

  • hide "warning" about Zend OPcache API is restricted by "restrict_api"

Changelog 4.0.0 (2019-02-24)

  • add "CacheAdapterAutoManager"
  • fix typos in "CachePsr16"
  • "iCache->setItemToDate()" now accepts DateTimeInterface instead of DateTime

Changelog 3.2.2 (2018-12-21)

  • fix APC(u) detection for CLI usage

Changelog 3.2.1 (2018-12-20)

... (truncated)

Commits
  • d6578b2 [+]: update the changelog
  • 3689263 [+]: test with "phpunit 9"
  • 3fabdad Merge pull request #24 from voku/renovate/configure
  • 47838e8 Add renovate.json
  • 416cf88 [*]: update the changelog
  • f097a82 [+]: use "symfony/var-exporter" for OpCache -> fix
  • 0e04648 [+]: try to fix more phpstan reported issues
  • e11a6e9 [*]: update the changelog
  • fd15a54 [*]: try to fix "styleci"-config
  • 325a8a3 [+]: use "symfony/var-exporter" for OpCache v2.1
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)