Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement dot-cache #225

Closed
bidi47 opened this issue Feb 29, 2024 · 1 comment
Closed

Implement dot-cache #225

bidi47 opened this issue Feb 29, 2024 · 1 comment
Assignees

Comments

@bidi47
Copy link
Member

bidi47 commented Feb 29, 2024

implement dot-cache by following this article
https://www.dotkernel.com/dotkernel/doctrine-cache-using-symfony-cache/

related to dotkernel/admin#217

@bidi47 bidi47 self-assigned this Feb 29, 2024
@bidi47
Copy link
Member Author

bidi47 commented Feb 29, 2024

solved in #227

note i had to run composer update before being able to add dotkernel/dot-cache
as some 3rd party packages had versions that did not allow dot-cache to be installed (league/oauth2-server, lcobucci/clock, lcobucci/jwt)

these packages were changed on composer update

  • Removing stella-maris/clock (0.1.7)
  • Upgrading doctrine/collections (2.1.4 => 2.2.0)
  • Upgrading dotkernel/dot-log (3.4.4 => 3.4.7)
  • Upgrading lcobucci/clock (2.3.0 => 3.2.0)
  • Upgrading lcobucci/jwt (4.0.4 => 5.2.0)
  • Upgrading league/oauth2-server (8.4.2 => 8.5.4)
  • Upgrading league/uri (6.8.0 => 7.4.0)
  • Upgrading league/uri-interfaces (2.3.0 => 7.4.0)
  • Upgrading mezzio/mezzio-problem-details (1.13.1 => 1.14.0)
  • Upgrading phpunit/phpunit (10.5.10 => 10.5.11)
  • Upgrading roave/security-advisories (dev-latest 1be4414 => dev-latest cca68bc)
  • Upgrading symfony/console (v7.0.3 => v7.0.4)
  • Upgrading symfony/process (v6.4.3 => v6.4.4)
  • Upgrading symfony/string (v7.0.3 => v7.0.4)
  • Upgrading symfony/var-exporter (v7.0.3 => v7.0.4)

@bidi47 bidi47 closed this as completed Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant