Skip to content

Commit

Permalink
Also add a test for it
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Mar 22, 2023
1 parent 135b871 commit 93c2463
Show file tree
Hide file tree
Showing 4 changed files with 1,866 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/fixtures/composer.always_allow_direct_dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"require": {
"symfony/console": "v5.4.19"
},
"extra": {
"violinist": {
"always_allow_direct_dependencies": 1,
"check_only_direct_dependencies": 0,
"allow_list": [
"psr/cache"
]
}
}
}

0 comments on commit 93c2463

Please sign in to comment.