Skip to content

Commit f9179e8

Browse files
committed
update deps
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent b624372 commit f9179e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require-dev": {
3030
"laravel/framework": "^10.0|^11.0|^12.0",
3131
"mockery/mockery": "^1.6",
32-
"orchestra/testbench-core": "^8.19|^9.0|^10.0",
32+
"orchestra/testbench-core": "^8.19|^9.17|^10.8",
3333
"phpstan/phpstan": "^1.10",
3434
"phpunit/phpunit": "^10.1|^11.0|^12.0.1",
3535
"psy/psysh": "^0.11.12|^0.12",
@@ -56,6 +56,9 @@
5656
}
5757
},
5858
"config": {
59+
"audit": {
60+
"block-insecure": false
61+
},
5962
"sort-packages": true
6063
},
6164
"scripts": {

0 commit comments

Comments
 (0)