Skip to content

Commit 65fe4f7

Browse files
authored
Require at least php 7.0
2 parents 58feabe + 3b0d181 commit 65fe4f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.scrutinizer.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ imports:
33

44
build:
55
nodes:
6-
php56:
7-
environment:
8-
php: '5.6'
9-
106
php70:
117
environment:
128
php: '7.0'
@@ -23,6 +19,10 @@ build:
2319
file: 'coverage.xml'
2420
format: 'clover'
2521

22+
php72:
23+
environment:
24+
php: '7.2'
25+
2626
filter:
2727
excluded_paths:
2828
- docs/

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.6",
17+
"php": ">=7.0",
1818
"cakephp/cakephp": "^3.5"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)