Skip to content

Commit 36c1a45

Browse files
committed
Added replace to composer for previous package
1 parent c9d56de commit 36c1a45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"phpunit/phpunit": "~4.5",
2222
"php-parallel-lint/php-parallel-lint": "~1.0"
2323
},
24-
"bin": ["var-dump-check"]
24+
"bin": ["var-dump-check"],
25+
"replace": {
26+
"jakub-onderka/php-var-dump-check": "*"
27+
}
2528
}

0 commit comments

Comments
 (0)