-
Notifications
You must be signed in to change notification settings - Fork 2
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
OEL-337: Drupal 9 update. #31
Conversation
91903ec
to
40cd28e
Compare
composer.json
Outdated
@@ -7,12 +7,12 @@ | |||
"prefer-stable": true, | |||
"require": { | |||
"php": ">=7.2", | |||
"twig/twig": "^1.34" | |||
"twig/twig": "^1.34 || ^2.14" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need only latest "twig/twig": "^2.14". I would say it should be "twig/twig": "^1.34 || ^2.7"
since version <=2.6 have security issues https://packagist.org/packages/twig/twig.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version 1.34 contains security issues, so lowest supported version is 1.38
OPENEUROPA-337
Description
Fixes to upgrade oe_theme to Drupal 9
Change log
Commands