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 PHP 8.1; add test setup script; monorepo update #4

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

davwheat
Copy link
Contributor

No description provided.

composer.json Outdated Show resolved Hide resolved
@@ -0,0 +1 @@
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
Copy link
Contributor

Choose a reason for hiding this comment

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

For dev purposes, do we actually want to hide deprecation notices? Surely they're useful..

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm, that's a good point. I think there were some deprecation warnings that broke Flarum with 8.1 at the time I actually added this locally.

Maybe keep the file, but comment it out in the Dockerfile so it's not enabled unless needed for some reason?

Copy link
Contributor

Choose a reason for hiding this comment

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

That seems like a good compromise :)

Co-authored-by: Ian Morland <[email protected]>
@imorland
Copy link
Contributor

I think we'll also need an empty framework folder in the repo, else composer will complain that it can't find the path when flarum/framework has not been cloned

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.

2 participants