We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286ecf1 commit e17242aCopy full SHA for e17242a
.travis.yml
@@ -3,6 +3,7 @@ php:
3
- 7.1
4
- 7.2
5
- 7.3
6
+ - 7.4
7
8
services:
9
- mysql
readme.md
@@ -33,7 +33,7 @@ The recommended way to install is via Composer:
33
composer require nette/database
34
```
35
36
-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.
37
38
39
Usage
0 commit comments