Skip to content

Commit a160d79

Browse files
covex-nnElectricMaxxx
authored andcommitted
Add symfony/security-core to composer.json (#250)
1 parent 446c92b commit a160d79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
],
1616
"require": {
1717
"php": "^7.1",
18-
"symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0"
18+
"symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
19+
"symfony/security-core": "^2.8 || ^3.3 || ^4.0"
1920
},
2021
"require-dev": {
2122
"symfony/security-bundle": "^2.8 || ^3.3 || ^4.0",

0 commit comments

Comments
 (0)