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.
2 parents 1324cbc + df2c29a commit 1e5c9b5Copy full SHA for 1e5c9b5
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 5.4
5
- 5.5
6
- 5.6
7
- 7.0
@@ -23,10 +22,10 @@ matrix:
23
22
fast_finish: true
24
25
include:
26
- - php: 5.4
+ - php: 5.5
27
env: PHPCS=1 DEFAULT=0
28
29
30
env: COVERALLS=1 DEFAULT=0
31
32
- php: hhvm
composer.json
@@ -13,7 +13,7 @@
13
],
14
"require": {
15
"cakephp/cakephp": "~3.0",
16
- "php": ">=5.4",
+ "php": ">=5.5",
17
"league/flysystem": "*"
18
},
19
"require-dev": {
0 commit comments