-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature/twig deprecations remove #5
base: release/5.x
Are you sure you want to change the base?
Feature/twig deprecations remove #5
Conversation
composer.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "bolt-design-system/core-php", | |||
"description": "Core PHP functionality for the Bolt Design System", | |||
"version": "5.9.1", | |||
"version": "5.9.2", |
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.
Should we bump this to 8.0.0 to catch up with Bolt?
composer.json
Outdated
"type": "vcs", | ||
"url": "https://github.com/boltdesignsystem/twig-tools", | ||
"url": "https://github.com/sreenivasulu-paruchuri/twig-tools.git", |
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 you not have access to the bolt design system twig-tools repo? Or is this just temporary for testing?
composer.json
Outdated
"autoload": { | ||
"psr-4": { | ||
"Bolt\\": "src/" | ||
} | ||
}, | ||
"require": { | ||
"basaltinc/twig-tools": "dev-master as 1.4.3", | ||
"basaltinc/twig-tools": "1.4.4", |
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.
Does 1.4.4 exist?
@remydenton, @relimck should we be targeting the release/8.x branch? |
Removed Twig 2.7 deprecations to work with Twig 3.x