Skip to content

Commit efe9c43

Browse files
committed
requires PHP 5.4.4
1 parent 7bdc451 commit efe9c43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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-
- 5.3.3
43
- 5.4
54
- 5.5
65
- 5.6

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.3.1",
17+
"php": ">=5.4.4",
1818
"nette/component-model": "~2.2",
1919
"nette/http": "~2.2",
2020
"nette/utils": "~2.2"

0 commit comments

Comments
 (0)