Pin versions to avoid new dependencies breaking tests
parent
2665f1b282
commit
df99150db6
|
@ -5,7 +5,7 @@
|
|||
"plugin/a": "*",
|
||||
"plugin/b": "*",
|
||||
"symfony/process": "*",
|
||||
"symfony/filesystem": "*"
|
||||
"symfony/filesystem": "5.2.4"
|
||||
},
|
||||
"repositories": [
|
||||
{"type": "path", "url": "plugin-*"},
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"plugin/a": "*",
|
||||
"plugin/b": "*",
|
||||
"symfony/process": "*",
|
||||
"symfony/filesystem": "*"
|
||||
"symfony/filesystem": "5.2.4"
|
||||
},
|
||||
"repositories": [
|
||||
{"type": "path", "url": "plugin-*", "options": {"symlink": false}},
|
||||
|
|
Loading…
Reference in New Issue