1
0
Fork 0

Pin versions to avoid new dependencies breaking tests

pull/10039/head
Jordi Boggiano 2021-08-04 16:39:19 +02:00
parent 2665f1b282
commit df99150db6
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"plugin/a": "*",
"plugin/b": "*",
"symfony/process": "*",
"symfony/filesystem": "*"
"symfony/filesystem": "5.2.4"
},
"repositories": [
{"type": "path", "url": "plugin-*"},

View File

@ -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}},