-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add Symfony 6 support #296
Merged
Merged
Conversation
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
coldic3
force-pushed
the
feature/symfony6-support
branch
2 times, most recently
from
October 13, 2022 14:43
a64e124
to
46f7774
Compare
1 task
coldic3
force-pushed
the
feature/symfony6-support
branch
2 times, most recently
from
October 14, 2022 06:45
cfb1fe1
to
9e3217b
Compare
GSadee
approved these changes
Oct 14, 2022
coldic3
force-pushed
the
feature/symfony6-support
branch
from
October 17, 2022 10:42
9e3217b
to
bb5fb1b
Compare
GSadee
added a commit
that referenced
this pull request
Nov 2, 2022
….4 (coldic3) This PR was merged into the main branch. Discussion ---------- To be merged on Sylius 1.12 release 💃 It could be a nice intermediate step. Support for Symfony 6 is added in a separate PR: #296. Commits ------- 83a1fc9 [Maintenance] Add support for Sylius 1.12 but without Symfony 6 8541151 Replace gulp with webpack b16e680 [Maintenance] Fix deprecations fed2e88 [GitHub Actions] Add Sylius 1.12 to the matrix 4b4592a [Maintenance] Add support for both Swiftmailer and SF Mailer in the test app 8bd5d6f [Maintenance] Add Flysystem to the bundles for Sylius 1.12 27e98bd [Behat] Fix contexts
GSadee
force-pushed
the
feature/symfony6-support
branch
from
November 4, 2022 06:21
be28c1f
to
4d9d941
Compare
GSadee
added
Feature
New feature proposals.
Maintenance
Configurations, READMEs, releases, etc.
Dependencies
Pull requests that update a dependency file
labels
Nov 4, 2022
GSadee
force-pushed
the
feature/symfony6-support
branch
2 times, most recently
from
November 4, 2022 07:00
97a17d6
to
ce1b0ed
Compare
GSadee
force-pushed
the
feature/symfony6-support
branch
from
November 4, 2022 08:40
98c81c0
to
029c64f
Compare
TheMilek
reviewed
Nov 4, 2022
NoResponseMate
approved these changes
Nov 7, 2022
Rafikooo
approved these changes
Nov 7, 2022
TheMilek
approved these changes
Nov 7, 2022
jakubtobiasz
approved these changes
Nov 7, 2022
Thank you, Kevin! 🎉 |
GSadee
added a commit
that referenced
this pull request
Nov 9, 2022
This PR was merged into the main branch. Discussion ---------- PR based on #296 – rebase needed before the merge. Before: ![image](https://user-images.githubusercontent.com/13316080/198647293-14f3e04b-7d0e-4453-b17d-009a60ffb27c.png) After: ![image](https://user-images.githubusercontent.com/13316080/198646845-68458a5b-62db-49ff-b7ec-0dd119d86cce.png) Commits ------- cf81c1c [Templates] Fix styles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Dependencies
Pull requests that update a dependency file
Feature
New feature proposals.
Maintenance
Configurations, READMEs, releases, etc.
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.
To be merged on Sylius 1.12 release 💃
In addition, #295 and #294 should be merged before this one then the rebase will be needed.