We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8312d7 commit 9f2601dCopy full SHA for 9f2601d
.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
@@ -27,7 +27,7 @@ The recommended way to install is via Composer:
27
composer require nette/mail
28
```
29
30
-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.
31
32
33
Usage
0 commit comments