We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e31de commit bc04e9fCopy full SHA for bc04e9f
.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
@@ -38,4 +38,4 @@ The recommended way to install is via Composer:
38
composer require nette/utils
39
```
40
41
-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.
0 commit comments