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

[#75] Remove phone home code #81

Merged
merged 4 commits into from
May 8, 2024
Merged

Conversation

joshuapease
Copy link
Contributor

Overview

We're moving out site inventory (phone home) to Notion and a standalone plugin.

I also added PHPStan to help catch any missing references to the Phone Home plugin. Figure it'll be nice to have on the project.

@@ -21,7 +21,7 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-alpha",
"craftcms/cms": "^4.3.5",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

PHPStan called out that the onInit method we're using in Module.php is only available in >=4.3.5

Gotta love static analysis

@joshuapease joshuapease merged commit a77f462 into v5 May 8, 2024
1 check failed
@joshuapease joshuapease deleted the jp/75-remove-phone-home-code branch May 8, 2024 21:08
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.

4 participants