Updated symfony to 6.2, updated scheb/2fa bundle and removed obsolete hslavich/oneloginsaml-bundle

This commit is contained in:
Jan Böhmer 2023-05-27 20:35:36 +02:00
parent b8a7f81f55
commit edce70bc12
6 changed files with 1484 additions and 2293 deletions

View file

@ -24,7 +24,6 @@
"florianv/swap": "^4.0", "florianv/swap": "^4.0",
"florianv/swap-bundle": "dev-master", "florianv/swap-bundle": "dev-master",
"gregwar/captcha-bundle": "^2.1.0", "gregwar/captcha-bundle": "^2.1.0",
"hslavich/oneloginsaml-bundle": "^2.10",
"jbtronics/2fa-webauthn": "dev-master", "jbtronics/2fa-webauthn": "dev-master",
"jfcherng/php-diff": "^6.14", "jfcherng/php-diff": "^6.14",
"league/csv": "^9.8.0", "league/csv": "^9.8.0",
@ -38,40 +37,40 @@
"php-translation/symfony-bundle": "^0.13.0", "php-translation/symfony-bundle": "^0.13.0",
"phpdocumentor/reflection-docblock": "^5.2", "phpdocumentor/reflection-docblock": "^5.2",
"s9e/text-formatter": "^2.1", "s9e/text-formatter": "^2.1",
"scheb/2fa-backup-code": "^5.13", "scheb/2fa-backup-code": "^6.8.0",
"scheb/2fa-bundle": "^5.13", "scheb/2fa-bundle": "^6.8.0",
"scheb/2fa-google-authenticator": "^5.13", "scheb/2fa-google-authenticator": "^6.8.0",
"scheb/2fa-trusted-device": "^5.13", "scheb/2fa-trusted-device": "^6.8.0",
"sensio/framework-extra-bundle": "^6.1.1", "sensio/framework-extra-bundle": "^6.1.1",
"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": "5.4.*", "symfony/asset": "6.2.*",
"symfony/console": "5.4.*", "symfony/console": "6.2.*",
"symfony/dotenv": "5.4.*", "symfony/dotenv": "6.2.*",
"symfony/expression-language": "5.4.*", "symfony/expression-language": "6.2.*",
"symfony/flex": "^1.1", "symfony/flex": "^1.1",
"symfony/form": "5.4.*", "symfony/form": "6.2.*",
"symfony/framework-bundle": "5.4.*", "symfony/framework-bundle": "6.2.*",
"symfony/http-client": "5.4.*", "symfony/http-client": "6.2.*",
"symfony/http-kernel": "5.4.*", "symfony/http-kernel": "6.2.*",
"symfony/mailer": "5.4.*", "symfony/mailer": "6.2.*",
"symfony/monolog-bundle": "^3.1", "symfony/monolog-bundle": "^3.1",
"symfony/process": "5.4.*", "symfony/process": "6.2.*",
"symfony/property-access": "5.4.*", "symfony/property-access": "6.2.*",
"symfony/property-info": "5.4.*", "symfony/property-info": "6.2.*",
"symfony/proxy-manager-bridge": "5.4.*", "symfony/proxy-manager-bridge": "6.2.*",
"symfony/rate-limiter": "5.4.*", "symfony/rate-limiter": "6.2.*",
"symfony/runtime": "5.4.*", "symfony/runtime": "6.2.*",
"symfony/security-bundle": "5.4.*", "symfony/security-bundle": "6.2.*",
"symfony/serializer": "5.4.*", "symfony/serializer": "6.2.*",
"symfony/translation": "5.4.*", "symfony/translation": "6.2.*",
"symfony/twig-bundle": "5.4.*", "symfony/twig-bundle": "6.2.*",
"symfony/ux-turbo": "^2.0", "symfony/ux-turbo": "^2.0",
"symfony/validator": "5.4.*", "symfony/validator": "6.2.*",
"symfony/web-link": "5.4.*", "symfony/web-link": "6.2.*",
"symfony/webpack-encore-bundle": "^1.1", "symfony/webpack-encore-bundle": "^1.1",
"symfony/yaml": "5.4.*", "symfony/yaml": "6.2.*",
"tecnickcom/tc-lib-barcode": "^1.15", "tecnickcom/tc-lib-barcode": "^1.15",
"twig/cssinliner-extra": "^3.0", "twig/cssinliner-extra": "^3.0",
"twig/extra-bundle": "^3.0", "twig/extra-bundle": "^3.0",
@ -95,7 +94,7 @@
"symfony/css-selector": "^5.2", "symfony/css-selector": "^5.2",
"symfony/debug-bundle": "^5.2", "symfony/debug-bundle": "^5.2",
"symfony/maker-bundle": "^1.13", "symfony/maker-bundle": "^1.13",
"symfony/phpunit-bridge": "5.4.*", "symfony/phpunit-bridge": "6.2.*",
"symfony/stopwatch": "^5.2", "symfony/stopwatch": "^5.2",
"symfony/web-profiler-bundle": "^5.2", "symfony/web-profiler-bundle": "^5.2",
"symplify/easy-coding-standard": "^11.0", "symplify/easy-coding-standard": "^11.0",
@ -151,7 +150,7 @@
"extra": { "extra": {
"symfony": { "symfony": {
"allow-contrib": false, "allow-contrib": false,
"require": "5.4.*" "require": "6.2.*"
} }
}, },
"repositories": [ "repositories": [

3677
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -27,5 +27,4 @@ return [
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true], Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
SpomkyLabs\CborBundle\SpomkyLabsCborBundle::class => ['all' => true], SpomkyLabs\CborBundle\SpomkyLabsCborBundle::class => ['all' => true],
Webauthn\Bundle\WebauthnBundle::class => ['all' => true], Webauthn\Bundle\WebauthnBundle::class => ['all' => true],
Hslavich\OneloginSamlBundle\HslavichOneloginSamlBundle::class => ['all' => true],
]; ];

View file

@ -1,2 +0,0 @@
framework:
lock: '%env(LOCK_DSN)%'

4
config/packages/uid.yaml Normal file
View file

@ -0,0 +1,4 @@
framework:
uid:
default_uuid_version: 7
time_based_uuid_version: 7

View file

@ -173,9 +173,6 @@
"gregwar/captcha-bundle": { "gregwar/captcha-bundle": {
"version": "v2.0.6" "version": "v2.0.6"
}, },
"hslavich/oneloginsaml-bundle": {
"version": "v2.10.0"
},
"imagine/imagine": { "imagine/imagine": {
"version": "1.2.2" "version": "1.2.2"
}, },
@ -533,18 +530,6 @@
"symfony/intl": { "symfony/intl": {
"version": "v4.2.3" "version": "v4.2.3"
}, },
"symfony/lock": {
"version": "5.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.2",
"ref": "8e937ff2b4735d110af1770f242c1107fdab4c8e"
},
"files": [
"./config/packages/lock.yaml"
]
},
"symfony/mailer": { "symfony/mailer": {
"version": "5.4", "version": "5.4",
"recipe": { "recipe": {
@ -626,15 +611,9 @@
"symfony/polyfill-php72": { "symfony/polyfill-php72": {
"version": "v1.10.0" "version": "v1.10.0"
}, },
"symfony/polyfill-php73": {
"version": "v1.11.0"
},
"symfony/polyfill-php80": { "symfony/polyfill-php80": {
"version": "v1.17.0" "version": "v1.17.0"
}, },
"symfony/polyfill-php81": {
"version": "v1.23.0"
},
"symfony/process": { "symfony/process": {
"version": "v4.2.3" "version": "v4.2.3"
}, },
@ -681,9 +660,6 @@
"symfony/security-csrf": { "symfony/security-csrf": {
"version": "v4.2.3" "version": "v4.2.3"
}, },
"symfony/security-guard": {
"version": "v4.2.3"
},
"symfony/security-http": { "symfony/security-http": {
"version": "v4.2.3" "version": "v4.2.3"
}, },
@ -731,6 +707,18 @@
"templates/base.html.twig" "templates/base.html.twig"
] ]
}, },
"symfony/uid": {
"version": "6.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.2",
"ref": "d294ad4add3e15d7eb1bae0221588ca89b38e558"
},
"files": [
"./config/packages/uid.yaml"
]
},
"symfony/ux-turbo": { "symfony/ux-turbo": {
"version": "v2.0.1" "version": "v2.0.1"
}, },