Skip to content

Commit

Permalink
update symfony/http-kernel for security
Browse files Browse the repository at this point in the history
  • Loading branch information
miqwit committed Nov 14, 2020
1 parent bc85777 commit 3ef964c
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 7 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "5.*",
"symfony/yaml": "5.*",
"symfony/http-kernel": "5.1.5",
"goetas-webservices/xsd2php-runtime":"^0.2.2"
},
"require-dev": {
Expand Down
228 changes: 221 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
"symfony/dependency-injection": {
"version": "v5.0.4"
},
"symfony/deprecation-contracts": {
"version": "v2.2.0"
},
"symfony/dotenv": {
"version": "v5.0.4"
},
Expand Down Expand Up @@ -171,6 +174,9 @@
"tests/bootstrap.php"
]
},
"symfony/polyfill-ctype": {
"version": "v1.20.0"
},
"symfony/polyfill-intl-idn": {
"version": "v1.13.1"
},
Expand All @@ -180,6 +186,9 @@
"symfony/polyfill-mbstring": {
"version": "v1.13.1"
},
"symfony/polyfill-php72": {
"version": "v1.20.0"
},
"symfony/polyfill-php73": {
"version": "v1.13.1"
},
Expand Down

0 comments on commit 3ef964c

Please sign in to comment.