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 213cb58 commit f03a237Copy full SHA for f03a237
.travis.yml
@@ -3,6 +3,7 @@ php:
3
- 7.1
4
- 7.2
5
- 7.3
6
+ - 7.4
7
8
before_install:
9
# 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 7.1 and supports PHP up to 7.3.
+It requires PHP version 7.1 and supports PHP up to 7.4.
40
41
42
Usage
0 commit comments