We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0342a commit 2da4206Copy full SHA for 2da4206
.travis.yml
@@ -2,6 +2,7 @@ language: php
2
php:
3
- 7.1
4
- 7.2
5
+ - 7.3
6
7
before_install:
8
# turn off XDebug
readme.md
@@ -36,7 +36,7 @@ The recommended way to install is via Composer:
36
composer require nette/forms
37
```
38
39
-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.
40
41
42
Usage
0 commit comments