File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1818Note 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments