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