From 52bb193922e6b8fedf21883bd103430b5d57ed4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:25:46 +0000 Subject: [PATCH] Update mjaschen/phpgeo requirement from ^4.0 to ^5.0 (#252) Updates the requirements on [mjaschen/phpgeo](https://github.com/mjaschen/phpgeo) to permit the latest version. - [Changelog](https://github.com/mjaschen/phpgeo/blob/main/CHANGELOG.md) - [Commits](https://github.com/mjaschen/phpgeo/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: mjaschen/phpgeo dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b89a2474..9044ba30 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "jajo/jsondb": "^3.0", "kamermans/guzzle-oauth2-subscriber": "^1.0", "league/period": "^5.0", - "mjaschen/phpgeo": "^4.0", + "mjaschen/phpgeo": "^5.0", "nette/utils": "^3.2", "rinvex/countries": "^9.0", "stenope/stenope": "^0.8.0",