Private
Public Access
1
0

chg: pkg: upgrade to the latest LTS Symfony package and backend #4

This commit is contained in:
2026-04-11 18:29:37 +02:00
parent 1cf21622b8
commit 63a0f442ed
5 changed files with 991 additions and 787 deletions

View File

@@ -2,7 +2,7 @@
"type": "project", "type": "project",
"license": "proprietary", "license": "proprietary",
"require": { "require": {
"php": ">=8.1", "php": ">=8.2",
"ext-iconv": "*", "ext-iconv": "*",
"ext-json": "*", "ext-json": "*",
"doctrine/dbal": "^3.7", "doctrine/dbal": "^3.7",
@@ -10,26 +10,26 @@
"doctrine/doctrine-migrations-bundle": "^3.0", "doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.6", "doctrine/orm": "^2.6",
"pentatrion/vite-bundle": "^8.2", "pentatrion/vite-bundle": "^8.2",
"symfony/console": "6.4.*", "symfony/console": "7.4.*",
"symfony/flex": "^2.10.0", "symfony/flex": "^2.10.0",
"symfony/framework-bundle": "6.4.*", "symfony/framework-bundle": "7.4.*",
"symfony/http-client": "6.4.*", "symfony/http-client": "7.4.*",
"symfony/mailer": "6.4.*", "symfony/mailer": "7.4.*",
"symfony/mercure": "^0.6", "symfony/mercure": "^0.6",
"symfony/mercure-bundle": "*", "symfony/mercure-bundle": "*",
"symfony/monolog-bundle": "^3.8", "symfony/monolog-bundle": "^3.8",
"symfony/security-bundle": "6.4.*", "symfony/security-bundle": "7.4.*",
"symfony/translation": "6.4.*", "symfony/translation": "7.4.*",
"symfony/twig-bundle": "6.4.*", "symfony/twig-bundle": "7.4.*",
"symfony/yaml": "6.4.*" "symfony/yaml": "7.4.*"
}, },
"require-dev": { "require-dev": {
"firebase/php-jwt": "^7.0", "firebase/php-jwt": "^7.0",
"roave/security-advisories": "dev-master", "roave/security-advisories": "dev-master",
"symfony/dotenv": "6.4.*", "symfony/dotenv": "7.4.*",
"symfony/maker-bundle": "^1.5", "symfony/maker-bundle": "^1.5",
"symfony/stopwatch": "6.4.*", "symfony/stopwatch": "7.4.*",
"symfony/web-profiler-bundle": "6.4.*" "symfony/web-profiler-bundle": "7.4.*"
}, },
"config": { "config": {
"preferred-install": { "preferred-install": {
@@ -78,7 +78,7 @@
"extra": { "extra": {
"symfony": { "symfony": {
"allow-contrib": false, "allow-contrib": false,
"require": "6.4.*" "require": "7.4.*"
} }
} }
} }

1735
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
framework:
property_info:
with_constructor_extractor: true

View File

@@ -1,3 +1,3 @@
controllers: controllers:
resource: ../../src/Controller/ resource: ../../src/Controller/
type: annotation type: attribute

View File

@@ -289,6 +289,18 @@
"symfony/profiler-pack": { "symfony/profiler-pack": {
"version": "v1.0.3" "version": "v1.0.3"
}, },
"symfony/property-info": {
"version": "7.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "7.3",
"ref": "dae70df71978ae9226ae915ffd5fad817f5ca1f7"
},
"files": [
"config/packages/property_info.yaml"
]
},
"symfony/routing": { "symfony/routing": {
"version": "4.0", "version": "4.0",
"recipe": { "recipe": {