-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
3 changed files
with
17 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters