Skip to content

Releases: CHH/cache-service-provider

v2.0.2

22 Nov 15:07
@CHH CHH
Compare
Choose a tag to compare

Changes:

  • Make sure instance returned by $app['cache'] is the same as the one returned by $app['caches']['default'], and the default cache instance is only initialized once.

v2.0.1

22 Nov 14:34
@CHH CHH
Compare
Choose a tag to compare

Changes:

  • Fix testsuite by removing calls to $app->share
  • Update composer.lock for Silex 2.0

v2.0.0

21 Nov 12:43
@CHH CHH
Compare
Choose a tag to compare

Changes:

  • Requires Silex 2.0 now (thanks @Rarst)