-
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
Open
relimck
wants to merge
10
commits into
boltdesignsystem:release/5.x
Choose a base branch
from
relimck:feature/twig-deprecations-remove
base: release/5.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
6a9d8b0
Drupal 10 twig version changes
sreenivasulu-paruchuri 31f2d50
Drupal 10 twig version changes
sreenivasulu-paruchuri dc0a735
Drupal 10 twig version changes
sreenivasulu-paruchuri c06a9e1
Drupal 10 twig version changes
sreenivasulu-paruchuri 957b748
Drupal 10 changes
sreenivasulu-paruchuri 6245a6f
Twig 2.7 deprecations remove
relimck a8d7f8e
Switch ArrayFinder to repo which supports PHP 8.1
relimck 61d21f8
Bomp repository version
relimck f802c41
Bump repository version
relimck d8d4e3a
Restore repository version
relimck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
|
@@ -13,27 +13,31 @@ | |
"name": "Evan Lovely" | ||
} | ||
], | ||
"repositories": [ | ||
{ | ||
"repositories": { | ||
"boltvcs": { | ||
"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 commentThe 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? |
||
"no-api": true | ||
}, | ||
"shudrum/array-finder": { | ||
"type": "git", | ||
"url": "https://github.com/atomiix/ArrayFinder.git" | ||
} | ||
], | ||
}, | ||
"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 commentThe reason will be displayed to describe this comment to others. Learn more. Does 1.4.4 exist? |
||
"michelf/php-markdown": "^1.8.0", | ||
"webmozart/path-util": "^2.3", | ||
"shudrum/array-finder": "^1.1", | ||
"gregwar/image": "^2.0", | ||
"nabil1337/case-helper": "^0.1.0", | ||
"mexitek/phpcolors": "^0.4.0", | ||
"twig/twig": "^2.14.11" | ||
"twig/twig": "^2.14.11 || ^3.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^7" | ||
|
@@ -48,4 +52,4 @@ | |
"vendor/bin/phpunit --colors=always tests" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?