Skip to content

Commit

Permalink
Update Symfony Http Kernel dependency to keep applications secure
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de Keijzer committed Mar 2, 2022
1 parent a189c06 commit 18e9994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"react/event-loop": "^1.1",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.2|^6.0",
"symfony/monolog-bundle": "^3.5",
"symfony/validator": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"roave/security-advisories": "dev-latest",
"doctrine/doctrine-migrations-bundle": "^2.1|^3.0",
"escapestudios/symfony2-coding-standard": "^3.1",
"friendsofphp/php-cs-fixer": "^2.16|^3.6",
Expand Down

0 comments on commit 18e9994

Please sign in to comment.