We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdc451 commit 459aeabCopy full SHA for 459aeab
.travis.yml
@@ -1,18 +1,15 @@
1
language: php
2
php:
3
- - 5.3.3
4
- 5.4
5
- 5.5
6
- 5.6
7
- 7.0
8
- hhvm
9
- - hhvm-nightly
10
11
matrix:
12
allow_failures:
13
- php: 7.0
14
- php: hhvm
15
- - php: hhvm-nightly
16
17
script:
18
- vendor/bin/tester tests -s -p php -c tests/php-unix.ini
composer.json
@@ -14,7 +14,7 @@
}
],
"require": {
- "php": ">=5.3.1",
+ "php": ">=5.4.4",
"nette/component-model": "~2.2",
19
"nette/http": "~2.2",
20
"nette/utils": "~2.2"
0 commit comments