Skip to content

Commit

Permalink
[Backoffice] Fix deprecated warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Oct 16, 2015
1 parent 8cff7e7 commit c9c6860
Show file tree
Hide file tree
Showing 4 changed files with 415 additions and 321 deletions.
2 changes: 1 addition & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ security:
pattern: ^/admin/
form_login:
provider: fos_userbundle
csrf_provider: form.csrf_provider
csrf_provider: security.csrf.token_manager
check_path: fos_user_security_check
login_path: fos_user_security_login
logout:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"doctrine/doctrine-fixtures-bundle": "~2.2",
"ocramius/proxy-manager": "1.0.*",
"stof/doctrine-extensions-bundle": "~1.1",
"egeloen/ordered-form-bundle": "~1.0",
"egeloen/ordered-form-bundle": "~2.0",
"ezyang/htmlpurifier": "~4.6",
"helios-ag/fm-elfinder-bundle": "~5"
},
Expand Down

0 comments on commit c9c6860

Please sign in to comment.