We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.2
v1.0.1
When I install v1.0.2 via Composer the installed code claims to be v1.0.1:
$ twig-lint --version Twig lint v1.0.1
I tried a few different variants of invoking Composer, but none of those installed a package that would report its version as v1.0.2:
composer global require "asm89/twig-lint" "@stable"
composer global require "asm89/twig-lint" "1.0.2"
composer global require --prefer-source "asm89/twig-lint" "1.0.2"
The text was updated successfully, but these errors were encountered:
Correct. It should be fixed for 1.0.3. e5a829a
Sorry, something went wrong.
No branches or pull requests
When I install
v1.0.2
via Composer the installed code claims to bev1.0.1
:I tried a few different variants of invoking Composer, but none of those installed a package that would report its version as
v1.0.2
:composer global require "asm89/twig-lint" "@stable"
composer global require "asm89/twig-lint" "1.0.2"
composer global require --prefer-source "asm89/twig-lint" "1.0.2"
The text was updated successfully, but these errors were encountered: