Skip to content

Commit a704f14

Browse files
authored
Fix potential security issue (#164)
1 parent 8ce93b9 commit a704f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"license": "MIT",
44
"require": {
55
"php-pm/php-pm": "^2.0",
6-
"symfony/http-foundation": "^3.4|^4.0|^5.0",
6+
"symfony/http-foundation": "^3.4|^4.2.12|^5.0",
77
"symfony/http-kernel": "^3.4|^4.0|^5.0",
88
"guzzlehttp/psr7": "^1.5"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^7.0",
12-
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
12+
"symfony/framework-bundle": "^3.4|^4.1.12|^5.0",
1313
"symfony/yaml": "^3.4|^4.0|^5.0",
1414
"doctrine/annotations": "^1.6"
1515
},

0 commit comments

Comments
 (0)