diff --git a/composer.json b/composer.json index cf5a0a0..d6c10cc 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "license": "MIT", "require": { - "php": "^8.2", + "php": "^8.3", "akuechler/laravel-geoly": "^1.0", "druc/laravel-langscanner": "^2.3", "ezadr/lnurl-php": "^1.0", @@ -38,6 +38,7 @@ "staudenmeir/eloquent-has-many-deep": "^1.21", "stefro/laravel-lang-country": "^4.1", "swentel/nostr-php": "^1.9", + "symfony/clock": "^7.2", "symfony/http-client": "^7.3", "symfony/mailgun-mailer": "^7.3", "woodsandwalker/laravel-countries": "^1.5" diff --git a/composer.lock b/composer.lock index 2a11446..26c9343 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": "65dee8e75d09eab4c1d6d8ec00d15a13", + "content-hash": "c35baa2117ce89185283ec91b33380b3", "packages": [ { "name": "akuechler/laravel-geoly", @@ -7540,21 +7540,22 @@ }, { "name": "symfony/clock", - "version": "v8.0.0", + "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/clock.git", - "reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f" + "reference": "9169f24776edde469914c1e7a1442a50f7a4e110" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/clock/zipball/832119f9b8dbc6c8e6f65f30c5969eca1e88764f", - "reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f", + "url": "https://api.github.com/repos/symfony/clock/zipball/9169f24776edde469914c1e7a1442a50f7a4e110", + "reference": "9169f24776edde469914c1e7a1442a50f7a4e110", "shasum": "" }, "require": { - "php": ">=8.4", - "psr/clock": "^1.0" + "php": ">=8.2", + "psr/clock": "^1.0", + "symfony/polyfill-php83": "^1.28" }, "provide": { "psr/clock-implementation": "1.0" @@ -7593,7 +7594,7 @@ "time" ], "support": { - "source": "https://github.com/symfony/clock/tree/v8.0.0" + "source": "https://github.com/symfony/clock/tree/v7.4.0" }, "funding": [ { @@ -7613,7 +7614,7 @@ "type": "tidelift" } ], - "time": "2025-11-12T15:46:48+00:00" + "time": "2025-11-12T15:39:26+00:00" }, { "name": "symfony/console", @@ -15121,7 +15122,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.2" + "php": "^8.3" }, "platform-dev": {}, "plugin-api-version": "2.6.0"