mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 11:09:29 +00:00
Upgraded to symfony 7.4
This commit is contained in:
parent
e513960401
commit
e4f8252e0f
3 changed files with 3784 additions and 761 deletions
|
|
@ -57,36 +57,35 @@
|
||||||
"shivas/versioning-bundle": "^4.0",
|
"shivas/versioning-bundle": "^4.0",
|
||||||
"spatie/db-dumper": "^3.3.1",
|
"spatie/db-dumper": "^3.3.1",
|
||||||
"symfony/apache-pack": "^1.0",
|
"symfony/apache-pack": "^1.0",
|
||||||
"symfony/asset": "7.3.*",
|
"symfony/asset": "7.4.*",
|
||||||
"symfony/console": "7.3.*",
|
"symfony/console": "7.4.*",
|
||||||
"symfony/css-selector": "7.3.*",
|
"symfony/css-selector": "7.4.*",
|
||||||
"symfony/dom-crawler": "7.3.*",
|
"symfony/dom-crawler": "7.4.*",
|
||||||
"symfony/dotenv": "7.3.*",
|
"symfony/dotenv": "7.4.*",
|
||||||
"symfony/expression-language": "7.3.*",
|
"symfony/expression-language": "7.4.*",
|
||||||
"symfony/flex": "^v2.3.1",
|
"symfony/flex": "^v2.3.1",
|
||||||
"symfony/form": "7.3.*",
|
"symfony/form": "7.4.*",
|
||||||
"symfony/framework-bundle": "7.3.*",
|
"symfony/framework-bundle": "7.4.*",
|
||||||
"symfony/http-client": "7.3.*",
|
"symfony/http-client": "7.4.*",
|
||||||
"symfony/http-kernel": "7.3.*",
|
"symfony/http-kernel": "7.4.*",
|
||||||
"symfony/mailer": "7.3.*",
|
"symfony/mailer": "7.4.*",
|
||||||
"symfony/monolog-bundle": "^3.1",
|
"symfony/monolog-bundle": "^3.1",
|
||||||
"symfony/polyfill-php82": "^1.28",
|
"symfony/process": "7.4.*",
|
||||||
"symfony/process": "7.3.*",
|
"symfony/property-access": "7.4.*",
|
||||||
"symfony/property-access": "7.3.*",
|
"symfony/property-info": "7.4.*",
|
||||||
"symfony/property-info": "7.3.*",
|
"symfony/rate-limiter": "7.4.*",
|
||||||
"symfony/rate-limiter": "7.3.*",
|
"symfony/runtime": "7.4.*",
|
||||||
"symfony/runtime": "7.3.*",
|
"symfony/security-bundle": "7.4.*",
|
||||||
"symfony/security-bundle": "7.3.*",
|
"symfony/serializer": "7.4.*",
|
||||||
"symfony/serializer": "7.3.*",
|
"symfony/string": "7.4.*",
|
||||||
"symfony/string": "7.3.*",
|
"symfony/translation": "7.4.*",
|
||||||
"symfony/translation": "7.3.*",
|
"symfony/twig-bundle": "7.4.*",
|
||||||
"symfony/twig-bundle": "7.3.*",
|
|
||||||
"symfony/ux-translator": "^2.10",
|
"symfony/ux-translator": "^2.10",
|
||||||
"symfony/ux-turbo": "^2.0",
|
"symfony/ux-turbo": "^2.0",
|
||||||
"symfony/validator": "7.3.*",
|
"symfony/validator": "7.4.*",
|
||||||
"symfony/web-link": "7.3.*",
|
"symfony/web-link": "7.4.*",
|
||||||
"symfony/webpack-encore-bundle": "^v2.0.1",
|
"symfony/webpack-encore-bundle": "^v2.0.1",
|
||||||
"symfony/yaml": "7.3.*",
|
"symfony/yaml": "7.4.*",
|
||||||
"symplify/easy-coding-standard": "^12.5.20",
|
"symplify/easy-coding-standard": "^12.5.20",
|
||||||
"tecnickcom/tc-lib-barcode": "^2.1.4",
|
"tecnickcom/tc-lib-barcode": "^2.1.4",
|
||||||
"twig/cssinliner-extra": "^3.0",
|
"twig/cssinliner-extra": "^3.0",
|
||||||
|
|
@ -111,12 +110,12 @@
|
||||||
"phpunit/phpunit": "^11.5.0",
|
"phpunit/phpunit": "^11.5.0",
|
||||||
"rector/rector": "^2.0.4",
|
"rector/rector": "^2.0.4",
|
||||||
"roave/security-advisories": "dev-latest",
|
"roave/security-advisories": "dev-latest",
|
||||||
"symfony/browser-kit": "7.3.*",
|
"symfony/browser-kit": "7.4.*",
|
||||||
"symfony/debug-bundle": "7.3.*",
|
"symfony/debug-bundle": "7.4.*",
|
||||||
"symfony/maker-bundle": "^1.13",
|
"symfony/maker-bundle": "^1.13",
|
||||||
"symfony/phpunit-bridge": "7.3.*",
|
"symfony/phpunit-bridge": "7.4.*",
|
||||||
"symfony/stopwatch": "7.3.*",
|
"symfony/stopwatch": "7.4.*",
|
||||||
"symfony/web-profiler-bundle": "7.3.*"
|
"symfony/web-profiler-bundle": "7.4.*"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"symfony/polyfill-mbstring": "*",
|
"symfony/polyfill-mbstring": "*",
|
||||||
|
|
@ -174,7 +173,7 @@
|
||||||
"extra": {
|
"extra": {
|
||||||
"symfony": {
|
"symfony": {
|
||||||
"allow-contrib": false,
|
"allow-contrib": false,
|
||||||
"require": "7.3.*",
|
"require": "7.4.*",
|
||||||
"docker": true
|
"docker": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1588
composer.lock
generated
1588
composer.lock
generated
File diff suppressed because it is too large
Load diff
2896
config/reference.php
Normal file
2896
config/reference.php
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue