twigcs icon indicating copy to clipboard operation
twigcs copied to clipboard

Invalid version value

Open mrsuh opened this issue 2 years ago • 1 comments

Hi guys! I want to get a twigc version, but command shows something like template string

composer.json

{
    "require": {
        "friendsoftwig/twigcs": "^5.1"
    }
}
php vendor/bin/twigcs --version
twigcs @__VERSION__@

Is this a bug or temporary correct behavior?

mrsuh avatar Feb 28 '22 16:02 mrsuh

Hello!

It's a bug, this is replaced in the .phar that are published, never thought this would appears broken when installing using composer. I'm not sure how to fix that though.

OwlyCode avatar Apr 28 '22 20:04 OwlyCode