Skip to content

Commit 3b0d181

Browse files
committed
Updating CI config and composer
1 parent b2779ed commit 3b0d181

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.scrutinizer.yml

-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'

composer.json

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

0 commit comments

Comments
 (0)