Skip to content

Commit fe199b8

Browse files
committed
perhaps try and silence @dependabot (vulnerabilities in versions of phpunit/phpunit and symfony/process)
1 parent 2345e5f commit fe199b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
],
1515
"require": {
1616
"php": ">= 8.1",
17-
"symfony/process": "~4.0|~5.0|~6.0|~7.0|~8.0",
17+
"symfony/process": "~4.0|^5.4.51|~6.0|~7.0|~8.0",
1818
"ext-simplexml": "*",
1919
"symfony/filesystem": "~6.0|~7.0|~8.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "7.*|8.*|9.*",
22+
"phpunit/phpunit": "7.*|^8.52|9.*",
2323
"psalm/phar": "*",
2424
"php-parallel-lint/php-parallel-lint":"*",
2525
"squizlabs/php_codesniffer" : "*",

0 commit comments

Comments
 (0)