Skip to content

Commit

Permalink
[User] Requrie symfony/security-core instead of symfony/security
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jan 21, 2021
1 parent 3077b3d commit 31a10b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/UiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"sylius/grid-bundle": "^1.8",
"symfony/config": "^4.4 || ^5.2",
"symfony/framework-bundle": "^4.4 || ^5.2",
"symfony/security": "^4.4 || ^5.2",
"symfony/security-core": "^4.4 || ^5.2",
"symfony/security-bundle": "^4.4 || ^5.2",
"symfony/templating": "^4.4 || ^5.2",
"zendframework/zend-stdlib": "^3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/User/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"doctrine/collections": "^1.6",
"sylius/resource": "^1.7",
"symfony/polyfill-mbstring": "^1.17",
"symfony/security": "^4.4 || ^5.2"
"symfony/security-core": "^4.4 || ^5.2"
},
"require-dev": {
"phpspec/phpspec": "^7.0"
Expand Down

0 comments on commit 31a10b0

Please sign in to comment.