Skip to content

Commit 9ef5143

Browse files
Fixed security vulnerability in phpunit/phpunit
1 parent 6ffec88 commit 9ef5143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require-dev": {
15-
"phpunit/phpunit": "^9.5"
15+
"phpunit/phpunit": ">=12.5.22"
1616
},
1717
"require": {
1818
"php": ">=7.2",

0 commit comments

Comments
 (0)