Skip to content

Commit d3a75aa

Browse files
authored
Fix symfony/http-kernel CVE
1 parent 0cb2b66 commit d3a75aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php-pm/php-pm": "^2.0",
77
"symfony/http-foundation": "^4.2.12|^5.0|^6.0",
8-
"symfony/http-kernel": "^4.0|^5.0|^6.0",
8+
"symfony/http-kernel": "^4.0|^5.1.5|^6.0",
99
"guzzlehttp/psr7": "^1.5|^2.0"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)