🛠️ Update dependencies: Bump PHP to ^8.3 and downgrade symfony/clock to v7.4.0

This commit is contained in:
HolgerHatGarKeineNode
2025-12-07 03:57:19 +01:00
parent 22910553e4
commit 2c5c4d4ac9
2 changed files with 13 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
], ],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.2", "php": "^8.3",
"akuechler/laravel-geoly": "^1.0", "akuechler/laravel-geoly": "^1.0",
"druc/laravel-langscanner": "^2.3", "druc/laravel-langscanner": "^2.3",
"ezadr/lnurl-php": "^1.0", "ezadr/lnurl-php": "^1.0",
@@ -38,6 +38,7 @@
"staudenmeir/eloquent-has-many-deep": "^1.21", "staudenmeir/eloquent-has-many-deep": "^1.21",
"stefro/laravel-lang-country": "^4.1", "stefro/laravel-lang-country": "^4.1",
"swentel/nostr-php": "^1.9", "swentel/nostr-php": "^1.9",
"symfony/clock": "^7.2",
"symfony/http-client": "^7.3", "symfony/http-client": "^7.3",
"symfony/mailgun-mailer": "^7.3", "symfony/mailgun-mailer": "^7.3",
"woodsandwalker/laravel-countries": "^1.5" "woodsandwalker/laravel-countries": "^1.5"

21
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "65dee8e75d09eab4c1d6d8ec00d15a13", "content-hash": "c35baa2117ce89185283ec91b33380b3",
"packages": [ "packages": [
{ {
"name": "akuechler/laravel-geoly", "name": "akuechler/laravel-geoly",
@@ -7540,21 +7540,22 @@
}, },
{ {
"name": "symfony/clock", "name": "symfony/clock",
"version": "v8.0.0", "version": "v7.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/clock.git", "url": "https://github.com/symfony/clock.git",
"reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f" "reference": "9169f24776edde469914c1e7a1442a50f7a4e110"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/clock/zipball/832119f9b8dbc6c8e6f65f30c5969eca1e88764f", "url": "https://api.github.com/repos/symfony/clock/zipball/9169f24776edde469914c1e7a1442a50f7a4e110",
"reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f", "reference": "9169f24776edde469914c1e7a1442a50f7a4e110",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4", "php": ">=8.2",
"psr/clock": "^1.0" "psr/clock": "^1.0",
"symfony/polyfill-php83": "^1.28"
}, },
"provide": { "provide": {
"psr/clock-implementation": "1.0" "psr/clock-implementation": "1.0"
@@ -7593,7 +7594,7 @@
"time" "time"
], ],
"support": { "support": {
"source": "https://github.com/symfony/clock/tree/v8.0.0" "source": "https://github.com/symfony/clock/tree/v7.4.0"
}, },
"funding": [ "funding": [
{ {
@@ -7613,7 +7614,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-12T15:46:48+00:00" "time": "2025-11-12T15:39:26+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
@@ -15121,7 +15122,7 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.2" "php": "^8.3"
}, },
"platform-dev": {}, "platform-dev": {},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.6.0"