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

[8.x] Clear config after dumping auto-loaded files #37985

Merged
merged 4 commits into from
Jul 12, 2021

Conversation

driesvints
Copy link
Member

I can't remember the amount of times I debugged issues where people were seeing problems with their app due to them not clearing their config cache after installing new packages. Usually caching config files locally isn't very useful yet it still happens a lot. By clearing config cache after installing new packages we can prevent them from running into these issues.

Also added composer/composer as a dev dependency since it's used in the ComposerScripts class.

@GrahamCampbell
Copy link
Member

Also added composer/composer as a dev dependency since it's used in the ComposerScripts class.

Is it? Are you sure we don't just need their plugin API?

@driesvints
Copy link
Member Author

@GrahamCampbell

composer.json Outdated Show resolved Hide resolved
@taylorotwell taylorotwell merged commit 1d07304 into 8.x Jul 12, 2021
@taylorotwell taylorotwell deleted the composer-event-updates branch July 12, 2021 12:21
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

3 participants