-
Notifications
You must be signed in to change notification settings - Fork 343
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
[Maintenance] Upgrade Recipes & Refine Project Structure #1028
Conversation
98002bc
to
1e82079
Compare
1e82079
to
596199a
Compare
596199a
to
cae1597
Compare
cae1597
to
f021599
Compare
"assets/bootstrap.js", | ||
"assets/controllers.json", | ||
"assets/controllers/hello_controller.js" |
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.
I was unsure how to handle these files and decided to remove them, as the way we have configured our UI seems to follow a different architecture
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.
I would be for removing this config as nyholm is a dev dependency and probably we should not force to have it in the config in the end application
This PR refreshes the project structure by upgrading Symfony recipes, committing default bundle configurations, and removing obsolete code.
Key changes:
1. Dropped PHPSpec
2. Adjusted PHPStan and PHPUnit configurations
3. Updated third-party recipe configuration files to align with Sylius
4. Removed annotations
5. Moved the migrations directory
An example migration: