Skip to content

Commit cd618a4

Browse files
authored
Fix version replace (php-debugbar#781)
1 parent 828db76 commit cd618a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/var-dumper": "^4|^5|^6|^7"
2323
},
2424
"replace": {
25-
"maximebf/debugbar": "*"
25+
"maximebf/debugbar": "self.version"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^8|^9",

0 commit comments

Comments
 (0)