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

Add support for Symfony 6 #428

Merged
merged 16 commits into from
Apr 20, 2022
Merged

Add support for Symfony 6 #428

merged 16 commits into from
Apr 20, 2022

Conversation

loic425
Copy link
Member

@loic425 loic425 commented Apr 15, 2022

Q A
Bug fix? no
New feature? yes
BC breaks? I hope no
Deprecations? no
Related tickets #400
License MIT

@loic425 loic425 requested a review from a team as a code owner April 15, 2022 11:43
@loic425 loic425 force-pushed the maintenance/symfony-6 branch 2 times, most recently from c7f8d6a to f4ee597 Compare April 19, 2022 12:07
@loic425 loic425 closed this Apr 19, 2022
@loic425 loic425 reopened this Apr 19, 2022
@loic425 loic425 force-pushed the maintenance/symfony-6 branch 2 times, most recently from 3be0f53 to eee87ed Compare April 19, 2022 13:07
@loic425 loic425 mentioned this pull request Apr 19, 2022
16 tasks
lchrusciel and others added 6 commits April 20, 2022 09:31
This PR was merged into the maintenance/symfony-6 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | partially #400 
| License         | MIT

Commits
-------

6e7b7a8 Fix Phpspec for Symfony 6
0c81c2c Commit suggestions
0cb7c9a Apply suggestions from code review
1d165a0 Fix
eb465b8 Simplify tests
…425)

This PR was merged into the maintenance/symfony-6 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | yes (for Symfony 6)
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | partially #400
| License         | MIT


Commits
-------

dad9a5c Fix wrong error from Psalm
4a3b340 Make Twig public to fix resource controller
c95b968 Fix coding standard
dc22e5b Add a note to remove Twig pass on sylius resource bundle 2.0
@loic425 loic425 changed the title Maintenance/symfony 6 Add support for Symfony 6 Apr 20, 2022
return $result;
}
}
} elseif (Kernel::MAJOR_VERSION === 5) {
Copy link
Member

Choose a reason for hiding this comment

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

We should remove sf4 acl

@lchrusciel lchrusciel added Feature New feature proposals. Maintenance Configurations, READMEs, releases, etc. labels Apr 20, 2022
@lchrusciel lchrusciel added the DX Issues and PRs aimed at improving Developer eXperience. label Apr 20, 2022
@lchrusciel lchrusciel merged commit 0bb04a2 into 1.10 Apr 20, 2022
@lchrusciel
Copy link
Member

Thanks, Loïc! 🎉

@lchrusciel lchrusciel deleted the maintenance/symfony-6 branch April 20, 2022 13:00
lchrusciel added a commit that referenced this pull request Apr 20, 2022
…ack of its support (lchrusciel)

This PR was merged into the 1.10 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | Continuation of #430 and #428
| License         | MIT


Commits
-------

1b0501c [Maintenance] Drop Sf4 ACL on parameters class due to lack of its support
@loic425 loic425 mentioned this pull request May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX Issues and PRs aimed at improving Developer eXperience. Feature New feature proposals. Maintenance Configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants