Skip to content

Tags: kodus/mock-cache

Tags

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to php 8.4 (#12)

* Added test script to composer.json #KDS-574

* Added php 8.4 to CI #KDS-574

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to simple cache 2 & 3 (#11)

* Updated PHP requirements to >=8.0 and updated tests to codeception 5

* Removed mindplay/simple-cache dev-dependency

* Updated simple-cache to ^2||^3

* Updated MockCache::get signature

* Updated MockCache::set signature

* Updated MockCache::delete signature 

* Updated MockCache::clear signature and implementation

* Updated MockCache::getMultiple signature

* Updated MockCache::setMultiple signature

* Updated MockCache::deleteMultiple signature and implementation

* Updated MockCache::has signature

* MockCache::getMultiple and MockCache::setMultiple no longer need to throw InvalidArgumentException. If the first argument is not an iterable a TypeError will be thrown by PHP.

* MockCache::deleteMultiple no longer needs to throw InvalidArgumentException. If the first argument is not an iterable a TypeError will be thrown by PHP.

* Removed mindplay/simple-cache dev-dependency

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to PHP 8.1 (#9)

* Updated PHP requirements to >=8.0 and updated tests to codeception 5

* Removed mindplay/simple-cache dev-dependency

* Removed Scrutinizer integration

* Replaced Travis with Github Actions

1.0.1

Toggle 1.0.1's commit message
tweak

1.0.0

Toggle 1.0.0's commit message
Merge pull request #1 from kodus/feature/update-simple-cache-to-first…

…-release

Updated implementation to support simple-cache ^1

0.1.0

Toggle 0.1.0's commit message
configure travis and scrutinizer