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 96c5c2c commit d5e7d21Copy full SHA for d5e7d21
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - nightly
8
9
before_install:
10
# turn off XDebug
@@ -75,7 +76,7 @@ jobs:
75
76
- stage: Code Coverage
77
78
-sudo: false
79
+dist: xenial
80
81
cache:
82
directories:
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.4.
+It requires PHP version 7.1 and supports PHP up to 8.0.
40
41
42
Client-side support can be installed with npm or yarn:
0 commit comments