mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🛠️ Update dependencies: Downgrade symfony/string to v7.4.0 and add it to composer.json
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
"symfony/clock": "^7.2",
|
"symfony/clock": "^7.2",
|
||||||
"symfony/http-client": "^7.3",
|
"symfony/http-client": "^7.3",
|
||||||
"symfony/mailgun-mailer": "^7.3",
|
"symfony/mailgun-mailer": "^7.3",
|
||||||
|
"symfony/string": "^7.2",
|
||||||
"symfony/translation": "^7.2",
|
"symfony/translation": "^7.2",
|
||||||
"woodsandwalker/laravel-countries": "^1.5"
|
"woodsandwalker/laravel-countries": "^1.5"
|
||||||
},
|
},
|
||||||
|
|||||||
33
composer.lock
generated
33
composer.lock
generated
@@ -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": "8177ac7dc8f2f45f88f38f9e4fd9b926",
|
"content-hash": "24390f0140abdfbc0010947d1daa3f68",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "akuechler/laravel-geoly",
|
"name": "akuechler/laravel-geoly",
|
||||||
@@ -9855,34 +9855,35 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/string",
|
"name": "symfony/string",
|
||||||
"version": "v8.0.0",
|
"version": "v7.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/string.git",
|
"url": "https://github.com/symfony/string.git",
|
||||||
"reference": "f929eccf09531078c243df72398560e32fa4cf4f"
|
"reference": "d50e862cb0a0e0886f73ca1f31b865efbb795003"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/string/zipball/f929eccf09531078c243df72398560e32fa4cf4f",
|
"url": "https://api.github.com/repos/symfony/string/zipball/d50e862cb0a0e0886f73ca1f31b865efbb795003",
|
||||||
"reference": "f929eccf09531078c243df72398560e32fa4cf4f",
|
"reference": "d50e862cb0a0e0886f73ca1f31b865efbb795003",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.4",
|
"php": ">=8.2",
|
||||||
"symfony/polyfill-ctype": "^1.8",
|
"symfony/deprecation-contracts": "^2.5|^3.0",
|
||||||
"symfony/polyfill-intl-grapheme": "^1.33",
|
"symfony/polyfill-ctype": "~1.8",
|
||||||
"symfony/polyfill-intl-normalizer": "^1.0",
|
"symfony/polyfill-intl-grapheme": "~1.33",
|
||||||
"symfony/polyfill-mbstring": "^1.0"
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
||||||
|
"symfony/polyfill-mbstring": "~1.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"symfony/translation-contracts": "<2.5"
|
"symfony/translation-contracts": "<2.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/emoji": "^7.4|^8.0",
|
"symfony/emoji": "^7.1|^8.0",
|
||||||
"symfony/http-client": "^7.4|^8.0",
|
"symfony/http-client": "^6.4|^7.0|^8.0",
|
||||||
"symfony/intl": "^7.4|^8.0",
|
"symfony/intl": "^6.4|^7.0|^8.0",
|
||||||
"symfony/translation-contracts": "^2.5|^3.0",
|
"symfony/translation-contracts": "^2.5|^3.0",
|
||||||
"symfony/var-exporter": "^7.4|^8.0"
|
"symfony/var-exporter": "^6.4|^7.0|^8.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -9921,7 +9922,7 @@
|
|||||||
"utf8"
|
"utf8"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/string/tree/v8.0.0"
|
"source": "https://github.com/symfony/string/tree/v7.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -9941,7 +9942,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-09-11T14:37:55+00:00"
|
"time": "2025-11-27T13:27:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/translation",
|
"name": "symfony/translation",
|
||||||
|
|||||||
Reference in New Issue
Block a user