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 8b45f9f commit fb4fc19Copy full SHA for fb4fc19
.travis.yml
@@ -1,7 +1,5 @@
1
language: php
2
php:
3
- - 5.4
4
- - 5.5
5
- 5.6
6
- 7.0
7
- hhvm
composer.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"require": {
17
- "php": ">=5.4.4",
+ "php": ">=5.6.0",
18
"ext-pdo": "*",
19
"nette/caching": "~2.2",
20
"nette/utils": "~2.2"
0 commit comments