Skip to content

Commit 37e91f9

Browse files
committed
requires PHP 7.1
1 parent 242d9f7 commit 37e91f9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 7.0
43
- 7.1
54
- 7.2
65

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0"
18+
"php": ">=7.1"
1919
},
2020
"require-dev": {
2121
"nette/tester": "~2.0",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ The recommended way to install is via Composer:
3838
composer require nette/utils
3939
```
4040

41-
It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.0.
41+
It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1.

tests/coding-standard.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
2-
- ../temp/coding-standard/coding-standard-php70.neon
2+
- ../temp/coding-standard/coding-standard-php71.neon
33

44
parameters:
55
skip:

0 commit comments

Comments
 (0)