Skip to content

Commit

Permalink
[shopsys] Upgrade some composer dependencies (#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
henzigo authored Dec 23, 2024
2 parents ee90759 + fef07be commit a2fb71a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"require": {
"php": "^8.3",
"ext-amqp": "*",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
Expand Down Expand Up @@ -54,13 +55,13 @@
"guzzlehttp/guzzle": "^7.5.0",
"helios-ag/fm-elfinder-bundle": "^12.2",
"heureka/overeno-zakazniky": "^4.0.1",
"jms/serializer-bundle": "^4.0.2",
"jms/serializer-bundle": "^5.0",
"jms/translation-bundle": "^2.2.1",
"league/flysystem": "^3.11.0",
"league/flysystem-aws-s3-v3": "^3.12.2",
"nette/utils": "^3.2",
"overblog/dataloader-bundle": "^0.6.0",
"presta/sitemap-bundle": "^3.3",
"nette/utils": "^4.0",
"overblog/dataloader-bundle": "^1.1",
"presta/sitemap-bundle": "^4.1",
"prezent/doctrine-translatable-bundle": "^1.4",
"sentry/sentry-symfony": "^5.0.1",
"shopsys/deployment": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion app/config/packages/scheb_2fa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ scheb_two_factor:
issuer: Shopsys
server_name: Shopsys Platform
template: '@ShopsysFramework/Admin/Content/Login/LoginFormTwoFA.html.twig'
window: 1
leeway: 1
security_tokens:
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken

0 comments on commit a2fb71a

Please sign in to comment.