Skip to content

Commit 982041b

Browse files
committed
Drop support for PHP < 7.0
Forced
1 parent 7008978 commit 982041b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Coverage Status](https://codecov.io/gh/Oefenweb/cakephp-redis/branch/master/graph/badge.svg)](https://codecov.io/gh/Oefenweb/cakephp-redis)
66
[![Packagist downloads](http://img.shields.io/packagist/dt/Oefenweb/cakephp-redis.svg)](https://packagist.org/packages/oefenweb/cakephp-redis)
77
[![Code Climate](https://codeclimate.com/github/Oefenweb/cakephp-redis/badges/gpa.svg)](https://codeclimate.com/github/Oefenweb/cakephp-redis)
8+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Oefenweb/cakephp-redis/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Oefenweb/cakephp-redis/?branch=master)
89

910
Redis (DataSource) Plugin for CakePHP
1011

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.4.16",
17+
"php": ">=7.0.0",
1818
"composer/installers": "~1.0"
1919
},
2020
"suggest": {

0 commit comments

Comments
 (0)