Skip to content

Commit 61ec36a

Browse files
committed
requires PHP 5.6.0
1 parent 25206ad commit 61ec36a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: php
22
php:
3-
- 5.4
4-
- 5.5
53
- 5.6
64
- 7.0
75
- hhvm

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.4.4",
17+
"php": ">=5.6.0",
1818
"nette/finder": "~2.2",
1919
"nette/utils": "~2.2"
2020
},

0 commit comments

Comments
 (0)