Skip to content
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

Open
wants to merge 10 commits into
base: release/5.x
Choose a base branch
from

Conversation

relimck
Copy link

@relimck relimck commented Oct 5, 2023

Removed Twig 2.7 deprecations to work with Twig 3.x

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",
Copy link
Contributor

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",
Copy link
Contributor

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielamorse
Copy link
Contributor

@remydenton, @relimck should we be targeting the release/8.x branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants