Skip to content

Commit 01105c3

Browse files
committed
CLI-979: Consolidate update-check logic
1 parent 3db9ccc commit 01105c3

File tree

3 files changed

+135
-163
lines changed

3 files changed

+135
-163
lines changed

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
}
1212
],
1313
"minimum-stability": "dev",
14+
"repositories": [
15+
{
16+
"type": "path",
17+
"url": "../../consolidation/self-update"
18+
}
19+
],
1420
"require": {
1521
"php": "^8.1",
1622
"ext-json": "*",

0 commit comments

Comments
 (0)