This package provides an implementation of the PSR-6 caching interface.
The joomla/cache
package has been deprecated with no further updates planned. Use
any PSR-6
or PSR-16 compliant package instead.
See https://framework.joomla.org/contribute
- PHP 7.0 or later
You can simply run the following from the command line:
composer require joomla/cache "~2.0@dev"
If you want to include the test sources, use
composer require --prefer-source joomla/cache "~2.0@dev"