Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix deps=low
  • Loading branch information
nicolas-grekas committed Nov 16, 2017
1 parent 1c86f91 commit 611c272
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/SecurityBundle/composer.json
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=5.5.9",
"ext-xml": "*",
"symfony/security": "~3.2",
"symfony/security": "~3.2.14",
"symfony/http-kernel": "~3.2",
"symfony/polyfill-php70": "~1.0"
},
Expand Down
5 changes: 4 additions & 1 deletion src/Symfony/Component/Security/Csrf/composer.json
Expand Up @@ -22,7 +22,10 @@
"symfony/security-core": "~2.8|~3.0"
},
"require-dev": {
"symfony/http-foundation": "~2.8|~3.0"
"symfony/http-foundation": "~2.8.31|~3.2.14"
},
"conflict": {
"symfony/http-foundation": "<2.8.31|~3.2,<3.2.14"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Security/composer.json
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=5.5.9",
"symfony/event-dispatcher": "~2.8|~3.0",
"symfony/http-foundation": "~2.8|~3.0",
"symfony/http-foundation": "~2.8.31|~3.2.14",
"symfony/http-kernel": "~2.8|~3.0",
"symfony/polyfill-php56": "~1.0",
"symfony/polyfill-php70": "~1.0",
Expand Down

0 comments on commit 611c272

Please sign in to comment.