Skip to content

Commit

Permalink
Fix up min dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 9, 2023
1 parent f1d59f4 commit 647e390
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": ">=8.1",
"cakephp/cakephp": "^5.0.0"
"cakephp/cakephp": "^5.0.2"
},
"require-dev": {
"ext-intl": "*",
Expand All @@ -30,11 +30,12 @@
"php-http/cakephp-adapter": "^0.4.0",
"php-http/message": "^1.8.0",
"willdurand/geocoder": "^4.6.0",
"geocoder-php/google-maps-provider": "^4.4.0",
"geocoder-php/nominatim-provider": "^5.1",
"geocoder-php/google-maps-provider": "^4.7.0",
"geocoder-php/nominatim-provider": "^5.7",
"dereuromark/cakephp-tools": "^3.0.0",
"fig-r/psr2r-sniffer": "dev-next",
"phpunit/phpunit": "^10.1"
"phpunit/phpunit": "^10.1",
"php-http/discovery": "^1.18.0"
},
"support": {
"source": "https://github.com/dereuromark/cakephp-geo"
Expand Down

0 comments on commit 647e390

Please sign in to comment.