Skip to content

Commit f2b6cce

Browse files
committed
Update deps to address report security issues
Ref: php-pm#179 (comment)
1 parent 1125ab4 commit f2b6cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"license": "MIT",
55
"require": {
66
"php-pm/php-pm": "^2.0",
7-
"symfony/http-foundation": "^4.2.12|^5.0|^6.0",
7+
"symfony/http-foundation": "^4.1.13|^5.1.5|^6.0",
88
"symfony/http-kernel": "^4.0|^5.0|^6.0",
99
"guzzlehttp/psr7": "^1.5"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^9.5",
13-
"symfony/framework-bundle": "^4.1.12|^5.0|^6.0",
13+
"symfony/framework-bundle": "^4.1.13|^5.1.5|^6.0",
1414
"symfony/yaml": "^4.0|^5.0|^6.0",
1515
"doctrine/annotations": "^1.6"
1616
},

0 commit comments

Comments
 (0)