Skip to content

Commit eaab0aa

Browse files
committed
Remove support for PHP 5.5.
1 parent 5c4f5e2 commit eaab0aa

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ dist: trusty
55
sudo: false
66

77
php:
8-
- 5.5
98
- 5.6
109
- 7.0
1110
- 7.1
12-
11+
1312
env:
1413
global:
1514
- DEFAULT=1
@@ -24,7 +23,7 @@ matrix:
2423
env: PHPSTAN=4 DEFAULT=0
2524
- php: 7.1
2625
env: PHPSTAN=5 DEFAULT=0
27-
26+
2827
allow_failures:
2928
- env: PHPSTAN=5 DEFAULT=0
3029

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"type": "cakephp-plugin",
66
"license": "MIT",
77
"require": {
8-
"php": ">=5.5.9",
8+
"php": ">=5.6",
99
"cakephp/orm": "~3.5"
1010
},
1111
"require-dev": {
12-
"php": ">=5.5",
12+
"php": ">=5.6",
1313
"phpunit/phpunit": "<6.0",
1414
"cakephp/cakephp": "~3.5",
1515
"cakephp/cakephp-codesniffer": "@stable"

0 commit comments

Comments
 (0)