Skip to content

Commit cd5e3f9

Browse files
committed
修复测试
1 parent 3d35089 commit cd5e3f9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/Components/roadrunner/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@
2424
]
2525
},
2626
"minimum-stability": "dev",
27-
"prefer-stable": true
27+
"prefer-stable": true,
28+
"config": {
29+
"audit": {
30+
"block-insecure": false
31+
}
32+
}
2833
}

src/Components/smarty/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,10 @@
3535
"post-update-cmd": "Imi\\Smarty\\Dev\\Dev::postUpdate"
3636
},
3737
"minimum-stability": "dev",
38-
"prefer-stable": true
38+
"prefer-stable": true,
39+
"config": {
40+
"audit": {
41+
"block-insecure": false
42+
}
43+
}
3944
}

0 commit comments

Comments
 (0)