Skip to content

Commit

Permalink
set depth for symfony-fs-mirror other ways
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Feb 13, 2023
1 parent 001106b commit a4d24c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,21 @@
"assets/symfony-console-rst.patch"
],
"symfony/filesystem": [
"assets/symfony-fs-mirror.patch"
{
"description": "something",
"url": "assets/symfony-fs-mirror.patch",
"depth": 5
}
],
"consolidation/self-update": [
"https://patch-diff.githubusercontent.com/raw/consolidation/self-update/pull/19.patch",
"https://patch-diff.githubusercontent.com/raw/consolidation/self-update/pull/21.patch"
]
},
"patchLevel": {
"symfony/filesystem": "-p5"
"composer-patches": {
"package-depths": {
"symfony/filesystem": 5
}
}
},
"prefer-stable": true,
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4d24c3

Please sign in to comment.