Skip to content

Commit

Permalink
[AllBundles] Fix correct symfony/security packages (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Mar 10, 2019
1 parent 473afb3 commit 23ab2d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -33,8 +33,9 @@
"symfony/options-resolver": "^3.4|^4.0",
"symfony/property-access": "^3.4|^4.0",
"symfony/routing": "^3.4|^4.0",
"symfony/security": "^3.4|^4.0",
"symfony/security-acl": "^2.8|^3.0",
"symfony/security-core" : "^3.4|^4.0",
"symfony/security-http" : "^3.4|^4.0",
"symfony/serializer": "^3.4|^4.0",
"symfony/templating": "^3.4|^4.0",
"symfony/translation": "^3.4|^4.0",
Expand Down
3 changes: 2 additions & 1 deletion src/Kunstmaan/AdminBundle/composer.json
Expand Up @@ -39,8 +39,9 @@
"symfony/options-resolver": "^3.4|^4.0",
"symfony/property-access": "^3.4|^4.0",
"symfony/routing": "^3.4|^4.0",
"symfony/security": "^3.4|^4.0",
"symfony/security-acl": "^2.8|^3.0",
"symfony/security-core" : "^3.4|^4.0",
"symfony/security-http" : "^3.4|^4.0",
"symfony/serializer": "^3.4|^4.0",
"symfony/templating": "^3.4|^4.0",
"symfony/translation": "^3.4|^4.0",
Expand Down

0 comments on commit 23ab2d3

Please sign in to comment.