Skip to content

Commit 1588378

Browse files
authored
Merge pull request #63 from php-http/php-7.4
PHP 7.4
2 parents 5c1599c + 0b3e08b commit 1588378

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010
- 7.1
1111
- 7.2
1212
- 7.3
13+
- 7.4
1314

1415
env:
1516
global:

src/CachePlugin.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
use Symfony\Component\OptionsResolver\OptionsResolver;
1818

1919
/**
20-
* Allow for caching a response.
20+
* Allow for caching a response with a PSR-6 compatible caching engine.
21+
*
22+
* It can follow the RFC-7234 caching specification or use a fixed cache lifetime.
2123
*
2224
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
2325
*/

0 commit comments

Comments
 (0)