fragotesac / zf1-cache
Zend Framework 1 Cache component
1.0.8
2024-09-16 22:23 UTC
Requires
- php: ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- fragotesac/zf1-config: ^2.0.5
- fragotesac/zf1-exception: ^1.1.1
- fragotesac/zf1-loader: ^1.0.5
- fragotesac/zf1-log: ^1.0.5
Requires (Dev)
- friendsofphp/php-cs-fixer: 3.54.0
- maglnet/composer-require-checker: ^3.0.0
- phpro/grumphp-shim: ^2.0.0
- phpstan/phpstan: 1.10.67
- phpunit/phpunit: ^9.6.19 || ^10.5.18
Suggests
- ext-apc: Used in the APC Backend
- ext-hash: May be used in the File Backend depending on hashing algorithm used
- ext-memcache: Used in the Memcached Backend
- ext-memcached: Used in the Libmemcached Backend
- ext-wincache: Used in the WinCache Backend
- ext-xcache: Used in the Xcache Backend
This package is not auto-updated.
Last update: 2024-10-29 22:44:23 UTC
README
This is just the Zend_Cache component extracted from our fork of the Zend Framework 1 repo (https://github.com/diablomedia/zf1).