Skip to content

Commit

Permalink
Symfony upgrade changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrzytki committed May 20, 2024
1 parent d8e146d commit 288b352
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Application/config/packages/test/framework.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
framework:
test: ~
session:
handler_id: session.storage.mock_file
handler_id: ~
2 changes: 1 addition & 1 deletion tests/Application/config/packages/test/security.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
security:
encoders:
password_hashers:
sha512: sha512
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
framework:
test: ~
session:
handler_id: session.storage.mock_file
handler_id: ~
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
security:
encoders:
password_hashers:
sha512: sha512

0 comments on commit 288b352

Please sign in to comment.