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