diff --git a/composer.json b/composer.json index 1f629fce9..8e76b4dc5 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "laravel/passport": "^12.1", "laravel/socialite": "^5.5", "maatwebsite/excel": "^3.1", - "mjaschen/phpgeo": "^4.0", + "mjaschen/phpgeo": "^5.0", "nesbot/carbon": "^3.0", "ohdearapp/ohdear-php-sdk": "^3.1", "predis/predis": "^2.0", diff --git a/composer.lock b/composer.lock index 60865c1cd..9cfd6789b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1d8e42173af7b49b65595ced79bab895", + "content-hash": "f6d853a0d17d29eb654b12d20e7bf3fc", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -4978,25 +4978,25 @@ }, { "name": "mjaschen/phpgeo", - "version": "4.2.1", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/mjaschen/phpgeo.git", - "reference": "5e16834f9433c7780cda7e16aa279814f98ca697" + "reference": "20524a47c8edc76364c7373911224a710aeb1cae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mjaschen/phpgeo/zipball/5e16834f9433c7780cda7e16aa279814f98ca697", - "reference": "5e16834f9433c7780cda7e16aa279814f98ca697", + "url": "https://api.github.com/repos/mjaschen/phpgeo/zipball/20524a47c8edc76364c7373911224a710aeb1cae", + "reference": "20524a47c8edc76364c7373911224a710aeb1cae", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0" + "php": "^8.1" }, "require-dev": { - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.6", - "vimeo/psalm": "^4.13" + "phpunit/phpunit": "^10.0", + "squizlabs/php_codesniffer": "^3.7", + "vimeo/psalm": "^5.0" }, "type": "library", "autoload": { @@ -5045,7 +5045,7 @@ "docs": "https://phpgeo.marcusjaschen.de/Installation.html", "email": "mjaschen@gmail.com", "issues": "https://github.com/mjaschen/phpgeo/issues", - "source": "https://github.com/mjaschen/phpgeo/tree/4.2.1" + "source": "https://github.com/mjaschen/phpgeo/tree/5.0.0" }, "funding": [ { @@ -5057,7 +5057,7 @@ "type": "github" } ], - "time": "2023-12-03T08:01:10+00:00" + "time": "2023-12-07T09:53:11+00:00" }, { "name": "monolog/monolog",