We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58feabe + 3b0d181 commit 65fe4f7Copy full SHA for 65fe4f7
.scrutinizer.yml
@@ -3,10 +3,6 @@ imports:
3
4
build:
5
nodes:
6
- php56:
7
- environment:
8
- php: '5.6'
9
-
10
php70:
11
environment:
12
php: '7.0'
@@ -23,6 +19,10 @@ build:
23
19
file: 'coverage.xml'
24
20
format: 'clover'
25
21
22
+ php72:
+ environment:
+ php: '7.2'
+
26
filter:
27
excluded_paths:
28
- docs/
composer.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"require": {
17
- "php": ">=5.6",
+ "php": ">=7.0",
18
"cakephp/cakephp": "^3.5"
},
"require-dev": {
0 commit comments