Skip to content

Commit 46efa67

Browse files
authored
Merge pull request #24 from LinioIT/update-symfony-security-core-requirement
build: update symfony/security-core requirement
2 parents 9d14fb8 + e90bb19 commit 46efa67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"symfony/form": "^2.8 || ^3.0 || ^4.0 || ^5.0",
1010
"symfony/routing": "^2.8 || ^3.0 || ^4.0 || ^5.0",
1111
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0",
12-
"symfony/security": "^3.2 || ^4.0 || ^5.0",
1312
"symfony/templating": "^3.2 || ^5.0",
14-
"twig/twig": "^2.0 || ^3.0"
13+
"twig/twig": "^2.0 || ^3.0",
14+
"symfony/security-core": "^2.8 || ^3.0 || ^4.0 || ^5.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",

0 commit comments

Comments
 (0)