diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-11-24 11:23:43 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-11-24 11:32:11 +0000 |
| commit | c692965ad35d2969e3ff844258dcfa01260b9b09 (patch) | |
| tree | aa772e2ded8ae85369c8fa49869162b416c075af /README.md | |
| parent | 47e23c19c36248645265520662f71a974eccd85d (diff) | |
| download | webtrees-c692965ad35d2969e3ff844258dcfa01260b9b09.tar.gz webtrees-c692965ad35d2969e3ff844258dcfa01260b9b09.tar.bz2 webtrees-c692965ad35d2969e3ff844258dcfa01260b9b09.zip | |
Refactor caching to remove dependency on the illuminate implementation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,11 +54,11 @@ webtrees follows the [PHP Standards Recommendations](https://www.php-fig.org/psr * [PSR-1](https://www.php-fig.org/psr/psr-1) - Basic Coding Standard * [PSR-2](https://www.php-fig.org/psr/psr-2) - Coding Style Guide * [PSR-4](https://www.php-fig.org/psr/psr-4) - Autoloading Stardard +* [PSR-6](https://www.php-fig.org/psr/psr-6) - Cache * [PSR-7](https://www.php-fig.org/psr/psr-7) - HTTP Message Interface * [PSR-11](https://www.php-fig.org/psr/psr-11) - Container Interface * [PSR-12](https://www.php-fig.org/psr/psr-12) - Extended Coding Style Guide * [PSR-15](https://www.php-fig.org/psr/psr-15) - HTTP Handlers -* [PSR-16](https://www.php-fig.org/psr/psr-16) - Simple Cache * [PSR-17](https://www.php-fig.org/psr/psr-17) - HTTP Factories We do not currently use [PSR-3 (logging)](https://www.php-fig.org/psr/psr-3) - but we plan to do so in the future. |
