mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[User] Requrie symfony/security-core instead of symfony/security
This commit is contained in:
parent
3077b3da77
commit
31a10b04fd
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
"sylius/grid-bundle": "^1.8",
|
"sylius/grid-bundle": "^1.8",
|
||||||
"symfony/config": "^4.4 || ^5.2",
|
"symfony/config": "^4.4 || ^5.2",
|
||||||
"symfony/framework-bundle": "^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/security-bundle": "^4.4 || ^5.2",
|
||||||
"symfony/templating": "^4.4 || ^5.2",
|
"symfony/templating": "^4.4 || ^5.2",
|
||||||
"zendframework/zend-stdlib": "^3.2"
|
"zendframework/zend-stdlib": "^3.2"
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
"doctrine/collections": "^1.6",
|
"doctrine/collections": "^1.6",
|
||||||
"sylius/resource": "^1.7",
|
"sylius/resource": "^1.7",
|
||||||
"symfony/polyfill-mbstring": "^1.17",
|
"symfony/polyfill-mbstring": "^1.17",
|
||||||
"symfony/security": "^4.4 || ^5.2"
|
"symfony/security-core": "^4.4 || ^5.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpspec/phpspec": "^7.0"
|
"phpspec/phpspec": "^7.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue