Skip to content

Commit 82fd530

Browse files
author
Mark Scherer
committed
php5.5+ only
1 parent f6e2a2e commit 82fd530

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.4
76
- 5.5
87
- 5.6
98
- 7.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
}
1414
],
1515
"require":{
16-
"php": ">=5.4",
17-
"cakephp/cakephp": "^3.2",
16+
"php": ">=5.5",
17+
"cakephp/cakephp": "^3.3",
1818
"dereuromark/cakephp-shim": "^1.0"
1919
},
2020
"require-dev":{

0 commit comments

Comments
 (0)