Skip to content

Commit

Permalink
Set version constraint for replaced repository in composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Bundyra <[email protected]>
  • Loading branch information
michalbundyra committed Mar 29, 2020
1 parent f4487b0 commit 43dccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-developer-tools": "self.version"
"zendframework/zend-developer-tools": "^2.0.0"
}
}

0 comments on commit 43dccf4

Please sign in to comment.