Skip to content

Commit 5645381

Browse files
committed
requires PHP 5.4.4
1 parent 66287f5 commit 5645381

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
language: php
22
php:
3-
- 5.3.3
43
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0
87
- hhvm
9-
- hhvm-nightly
108

119
matrix:
1210
allow_failures:
1311
- php: 7.0
1412
- php: hhvm
15-
- php: hhvm-nightly
1613

1714
script:
1815
- vendor/bin/tester tests -s -p php -c tests/php-unix.ini

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/finder": "~2.2",
1919
"nette/utils": "~2.2"
2020
},

0 commit comments

Comments
 (0)