New issue
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
old twig-version: v2.12.5; eol in 2023; Security issue? How to update? #679
Comments
This comment was marked as outdated.
This comment was marked as outdated.
|
You might wanna switch to the |
How can I switch to the dev-pico-3.0 branch? There is no release and a also cannot find a repository with this name. Maybe I am to stupid...
Btw: Thanks a lot for pico cms, it's really cool. |
You'll need Composer. Try the following commands locally, then just upload everything to your webserver: $ curl -sSL https://getcomposer.org/installer | php
$ php composer.phar create-project picocms/pico-composer pico
$ php composer.phar require --working-dir pico/ --update-with-all-dependencies "picocms/Pico dev-pico-3.0" "picocms/pico-deprecated dev-pico-3.0" "picocms/pico-theme dev-pico-3.0" "picocms/composer-installer dev-pico-3.0" |
Thanks a lot. But you told me that there are maybe changes in the new twig version, which will break my pico website. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two days if no further activity occurs. Thank you for your contributions! 👍 |
The latest pico release 3.0.0 seems to use a old twig version. Twig 2.* is eol in December 2023.
Is this a security issue? Seems to be.
Is it possible to update the twig version? How to do this without a composer (I use only a webspace).
Thanks a lot.
The text was updated successfully, but these errors were encountered: