Skip to content

charcoal-cache 0.1.4

Compare
Choose a tag to compare
@mcaskill mcaskill released this 11 Mar 15:20
· 18 commits to master since this release

Fixed loose version constraint on slim/http, introduced in 0.1.0, that affected unit tests.

Added

  • Trait CachePoolTrait to quickly create a temporary cache pool

Changed

  • Locked "slim/http" to v0.3 for PHP 5 and v0.4 for PHP 7
  • Construction of container entry "cache/facade"
  • Class AbstractCacheMiddlewareTest to use CachePoolTrait

Fixed

  • Various lint issues