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

Update to Symfony 7 #6

Merged
merged 5 commits into from Mar 12, 2024
Merged

Update to Symfony 7 #6

merged 5 commits into from Mar 12, 2024

Conversation

tacman
Copy link
Contributor

@tacman tacman commented Jan 18, 2024

Fix #3

Using Symfony 7 and sqlite database by default, for an easier DX experience.

Copy link
Member

@Nispeon Nispeon left a comment

Choose a reason for hiding this comment

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

Thank your for the PR, like you said there was no reason to keep our app in Sf6.3

However, we would like to keep using docker on this repository (as explained in this #5 (comment)), do you mind reverting this change before we can merge the upgrade ?

@tacman
Copy link
Contributor Author

tacman commented Jan 19, 2024

done. BTW, we could bump postgres to version 16, but also not necessary.

Copy link
Member

@Nispeon Nispeon left a comment

Choose a reason for hiding this comment

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

Hello again!
Thank you for your reactivity (and sorry for taking a few days to reply)

The changes work fine, thank you once again for taking the time to contribute!
I only have 2 small nitpicks but the PR is pretty much ready to merge aside from that ^^

.gitignore Outdated
###< symfony/asset-mapper ###

messages.db
Copy link
Member

Choose a reason for hiding this comment

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

💣 chore: ‏This should be removed now 😄

{% endblock %}

{% block javascripts %}
{{ importmap() }}
{% block importmap %}{{ importmap('app') }}{% endblock %}
Copy link
Member

@Nispeon Nispeon Jan 22, 2024

Choose a reason for hiding this comment

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

🤓 nitpick: ‏We need to run symfony console importmap:install for this to work now, could you add it to the readme (or maybe add it to the composer scripts)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It'd be better in composer.json scripts, yes?

I'm away from my computer, back on Wednesday, I'll do both of these then.

Copy link
Member

@Nispeon Nispeon Jan 22, 2024

Choose a reason for hiding this comment

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

I think so too

And sure no problem, there's really no rush ^^

Copy link
Member

Choose a reason for hiding this comment

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

Could you fix the indentation?

@lyrixx
Copy link
Member

lyrixx commented Mar 11, 2024

I am going to close here for now due to the lack of feedback. Please let us know when you have more information and we can consider to reopen.

@tacman
Copy link
Contributor Author

tacman commented Mar 11, 2024

I'll make those tweaks now.

Copy link
Member

@Nispeon Nispeon left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Copy link
Member

@lyrixx lyrixx left a comment

Choose a reason for hiding this comment

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

thanks, except one little comment

{% endblock %}

{% block javascripts %}
{{ importmap() }}
{% block importmap %}{{ importmap('app') }}{% endblock %}
Copy link
Member

Choose a reason for hiding this comment

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

Could you fix the indentation?

@tacman
Copy link
Contributor Author

tacman commented Mar 12, 2024

Done!

@Nispeon Nispeon merged commit 3812482 into jolicode:main Mar 12, 2024
@Nispeon
Copy link
Member

Nispeon commented Mar 12, 2024

Thanks again!

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.

bump to Symfony 7
3 participants