Updated dependencies

This commit is contained in:
Jeroen De Meerleer 2023-12-07 14:50:37 +01:00
parent 97a0c316cc
commit d1951ee3ed
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 776 additions and 752 deletions

View File

@ -4,33 +4,33 @@
"minimum-stability": "stable", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,
"require": { "require": {
"php": ">=8.1", "php": ">=8.2",
"ext-ctype": "*", "ext-ctype": "*",
"ext-iconv": "*", "ext-iconv": "*",
"ext-intl": "*", "ext-intl": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ext-pcntl": "*", "ext-pcntl": "*",
"ext-posix": "*", "ext-posix": "*",
"doctrine/doctrine-bundle": "^2.10", "doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.2", "doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.16", "doctrine/orm": "^2.17",
"guzzlehttp/guzzle": "^7.8", "guzzlehttp/guzzle": "^7.8",
"nelmio/security-bundle": "^v3.0", "nelmio/security-bundle": "^v3.1",
"phpseclib/phpseclib": "^3.0", "phpseclib/phpseclib": "^3.0",
"scienta/doctrine-json-functions": "^5.3", "scienta/doctrine-json-functions": "^5.3",
"symfony/console": "^6.3", "symfony/console": "^6.4",
"symfony/crowdin-translation-provider": "^6.3", "symfony/crowdin-translation-provider": "^6.4",
"symfony/dotenv": "^6.3", "symfony/dotenv": "^6.4",
"symfony/flex": "^v2.4", "symfony/flex": "^v2.4",
"symfony/framework-bundle": "^6.3", "symfony/framework-bundle": "^6.4",
"symfony/mailer": "^6.3", "symfony/mailer": "^6.4",
"symfony/proxy-manager-bridge": "^6.3", "symfony/proxy-manager-bridge": "^6.4",
"symfony/runtime": "^6.3", "symfony/runtime": "^6.4",
"symfony/security-bundle": "^6.3", "symfony/security-bundle": "^6.4",
"symfony/translation": "^6.3", "symfony/translation": "^6.4",
"symfony/twig-bundle": "^6.3", "symfony/twig-bundle": "^6.4",
"symfony/webpack-encore-bundle": "^v2.1", "symfony/webpack-encore-bundle": "^2.1",
"symfony/yaml": "^6.3" "symfony/yaml": "^6.4"
}, },
"config": { "config": {
"allow-plugins": { "allow-plugins": {
@ -80,14 +80,14 @@
"extra": { "extra": {
"symfony": { "symfony": {
"allow-contrib": true, "allow-contrib": true,
"require": "^6.1" "require": "^6.4"
} }
}, },
"require-dev": { "require-dev": {
"symfony/debug-bundle": "^6.3", "symfony/debug-bundle": "^6.4",
"symfony/maker-bundle": "^1.50", "symfony/maker-bundle": "^1.52",
"symfony/monolog-bundle": "^3.8", "symfony/monolog-bundle": "^3.10",
"symfony/stopwatch": "^6.3", "symfony/stopwatch": "^6.4",
"symfony/web-profiler-bundle": "^6.3" "symfony/web-profiler-bundle": "^6.4"
} }
} }

1482
composer.lock generated

File diff suppressed because it is too large Load Diff