We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c5e69 commit b9ecbf9Copy full SHA for b9ecbf9
.travis.yml
@@ -3,6 +3,7 @@ php:
3
- 7.1
4
- 7.2
5
- 7.3
6
+ - 7.4
7
8
services:
9
- memcached
readme.md
@@ -26,7 +26,7 @@ The recommended way to install Nette Caching is via Composer:
26
composer require nette/caching
27
```
28
29
-It requires PHP version 7.1 and supports PHP up to 7.3.
+It requires PHP version 7.1 and supports PHP up to 7.4.
30
31
32
Usage
0 commit comments