We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f30415 commit 845257fCopy full SHA for 845257f
2 files changed
.travis.yml
@@ -2,6 +2,7 @@ language: php
2
php:
3
- 7.1
4
- 7.2
5
+ - 7.3
6
7
env:
8
- PHP_BIN=php
readme.md
@@ -29,7 +29,7 @@ The recommended way to install is via Composer:
29
composer require nette/http
30
```
31
32
-It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1.
+It requires PHP version 5.6 and supports PHP up to 7.3. The dev-master version requires PHP 7.1.
33
34
35
HTTP Request
0 commit comments