Skip to content

Commit ba0eb26

Browse files
authored
feat(test_web_igniter): restrict junit version to 9.5 to avoid imcompatibility with PHP 7.2 (#3602)
Signed-off-by: Alexandre Rulleau <[email protected]>
1 parent 5456721 commit ba0eb26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Frameworks/CodeIgniter/Version_3_1/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"require-dev": {
3232
"mikey179/vfsstream": "1.6.*",
3333
"phpunit/phpunit": "4.* || 5.* || 9.*"
34+
},
35+
"config": {
36+
"audit": {
37+
"block-insecure": false
38+
}
3439
}
3540
}

0 commit comments

Comments
 (0)