diff --git a/composer.json b/composer.json index 2106f810..e4f8bd15 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "spatie/laravel-permission": "^6.10.0", "spatie/laravel-sitemap": "^7.2.1", "spatie/laravel-translatable": "^6.8", - "stevebauman/location": "^6.6.2", + "stevebauman/location": "^7.4.0", "symfony/http-client": "^6.3.1", "symfony/mailgun-mailer": "^7.1", "torchlight/torchlight-commonmark": "^0.5.5", diff --git a/composer.lock b/composer.lock index 6d89e86f..66576d8f 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": "562e88dc1318f556213369c52730ec26", + "content-hash": "9763c31086c27f0736296e14ff9534c1", "packages": [ { "name": "abraham/twitteroauth", @@ -11076,29 +11076,30 @@ }, { "name": "stevebauman/location", - "version": "v6.6.2", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/stevebauman/location.git", - "reference": "49f28e58daa0382bdc571b20f27b3c57c8691f1c" + "reference": "6900612ff7006123e198bd35badc10606885c0cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stevebauman/location/zipball/49f28e58daa0382bdc571b20f27b3c57c8691f1c", - "reference": "49f28e58daa0382bdc571b20f27b3c57c8691f1c", + "url": "https://api.github.com/repos/stevebauman/location/zipball/6900612ff7006123e198bd35badc10606885c0cd", + "reference": "6900612ff7006123e198bd35badc10606885c0cd", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "geoip2/geoip2": "^2.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", - "php": ">=7.3" + "guzzlehttp/guzzle": "^7.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "php": ">=8.1" }, "require-dev": { - "mockery/mockery": "~0.9|^1.0", - "orchestra/testbench": "~3.2|~4.0|^6.0|^7.0|^8.0", - "pestphp/pest": "^1.21" + "mockery/mockery": "^1.0", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", + "pestphp/pest": "^1.0|^2.0" }, "type": "library", "extra": { @@ -11138,9 +11139,9 @@ ], "support": { "issues": "https://github.com/stevebauman/location/issues", - "source": "https://github.com/stevebauman/location/tree/v6.6.2" + "source": "https://github.com/stevebauman/location/tree/v7.4.0" }, - "time": "2023-02-27T14:26:23+00:00" + "time": "2024-11-03T10:58:33+00:00" }, { "name": "symfony/console",