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

[SF7] Remove enable authenticator manager option on test application #881

Merged

Conversation

loic425
Copy link
Member

@loic425 loic425 commented May 23, 2024

Q A
Bug fix? yes (for sf7 test application)
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

Based on #885

Before
image

@loic425 loic425 requested a review from a team as a code owner May 23, 2024 07:37
@loic425 loic425 force-pushed the sf7/remove-enable-authentication-manager branch 5 times, most recently from 9c6dade to 0e8beb3 Compare May 23, 2024 12:25
@loic425 loic425 force-pushed the sf7/remove-enable-authentication-manager branch from 0e8beb3 to 3f97214 Compare May 23, 2024 14:09
@loic425 loic425 mentioned this pull request May 23, 2024
13 tasks
@loic425 loic425 force-pushed the sf7/remove-enable-authentication-manager branch from 3f97214 to 1f19c88 Compare May 29, 2024 10:01
@loic425 loic425 force-pushed the sf7/remove-enable-authentication-manager branch from 1f19c88 to f27f93b Compare May 29, 2024 10:02
"sylius-labs/coding-standard": "^4.0",
"sylius/grid-bundle": "^1.7 || dev-symfony-7",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/dotenv": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
Copy link
Member Author

@loic425 loic425 May 29, 2024

Choose a reason for hiding this comment

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

this is the only one dependency I've added on dev requirements, the others are just moved up or down.

Copy link
Member Author

@loic425 loic425 May 29, 2024

Choose a reason for hiding this comment

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

normally this kind of things is already ok if we use Docker or CI to set up the dev requirements.
If you don't use docker it will not use the "symfony requirement from Flex" filter if we don't have flex on composer globals.

Copy link
Member Author

Choose a reason for hiding this comment

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

but I think it's better to explicit all our dev dependencies.

@@ -70,20 +70,21 @@
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.18.2",
Copy link
Member

Choose a reason for hiding this comment

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

Should it depend on https://github.com/Sylius/SyliusRector instead? Then explicit rector/rector requirement is not needed anymore.

I'm not fully sure why syliusrector exists though.

Copy link
Member Author

@loic425 loic425 May 29, 2024

Choose a reason for hiding this comment

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

hum sylius rector was exists to add some custom rules to bump Sylius e-commerce versions. But I think it's not used anymore.

@loic425 loic425 merged commit 4d0c2e1 into Sylius:symfony-7 May 29, 2024
19 of 20 checks passed
@loic425 loic425 deleted the sf7/remove-enable-authentication-manager branch May 29, 2024 10:32
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.

None yet

2 participants