Skip to content

Commit a4f8976

Browse files
committed
Bump dependencies to avoid warnings
phpunit 12.5.7 has a security hole which I can't imagine actually affecting us (if an attacker has access to modify files on your dev machine, then phpunit can be tricked into executing one of those files), but no harm in using a safer version
1 parent ad7f955 commit a4f8976

2 files changed

Lines changed: 217 additions & 100 deletions

File tree

generator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"symfony/filesystem": "^7.2"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^12.0",
21+
"phpunit/phpunit": "^12.5.14",
2222
"squizlabs/php_codesniffer": "^3.2",
2323
"php-parallel-lint/php-parallel-lint": "^1.4"
2424
},

0 commit comments

Comments
 (0)