Skip to content

Commit 30b9aa1

Browse files
author
dereuromark
committed
Adjust version constraints.
1 parent 50e8e20 commit 30b9aa1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://api.travis-ci.org/dereuromark/cakephp-geo.svg?branch=develop)](https://travis-ci.org/dereuromark/cakephp-geo)
44
[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-geo/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-geo)
55
[![Coverage Status](https://coveralls.io/repos/dereuromark/cakephp-geo/badge.svg)](https://coveralls.io/r/dereuromark/cakephp-geo)
6-
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.4-8892BF.svg)](https://php.net/)
6+
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg)](https://php.net/)
77
[![License](https://poser.pugx.org/dereuromark/cakephp-geo/license.svg)](https://packagist.org/packages/dereuromark/cakephp-geo)
88
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-geo/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-geo)
99
[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-yellow.svg)](https://github.com/php-fig-rectified/fig-rectified-standards)
@@ -13,7 +13,7 @@ A CakePHP 3.x Plugin to
1313
- reverse geocode data
1414
- display (Google) maps
1515

16-
This plugin requires PHP 5.4+
16+
This plugin requires PHP 5.6+
1717

1818
Note that since CakePHP 3.x upgrade uses the [willdurand/geocoder](https://github.com/geocoder-php/Geocoder) library and therefore now supports
1919
- 12+ address-based Geocoder providers

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.4",
17-
"cakephp/orm": "^3.1",
16+
"php": ">=5.6",
17+
"cakephp/orm": "^3.4",
1818
"willdurand/geocoder": "^3.3"
1919
},
2020
"require-dev": {
21-
"cakephp/cakephp": "^3.1",
21+
"cakephp/cakephp": "^3.4",
2222
"fig-r/psr2r-sniffer": "dev-master"
2323
},
2424
"support": {

0 commit comments

Comments
 (0)