We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! 👋🏼
roots/bedrock dependency is not part of composer.json in bedrock projects. https://github.com/roots/bedrock/blob/8d4d3cf2a6ac03e770398f14ed3ad0a184c038d9/composer.json#L33-L44
so this check wont work.
phpmon/phpmon/Domain/Integrations/Composer/ProjectTypeDetection.swift
Line 25 in fa9b51a
roots/bedrock-autoloader however is used as a dependency and should be available in all bedrock projects.
the valet driver for bedrock checks for these paths https://github.com/laravel/valet/blob/78657cdb35ae327dbf1fdb3a74227be0b2ed0dfa/cli/Valet/Drivers/Specific/BedrockValetDriver.php#L14-L18
No response
- macOS: - Valet: - PHP Monitor:
The text was updated successfully, but these errors were encountered:
Thanks for catching this!
Sorry, something went wrong.
This is now fixed and available in the latest version of PHP Monitor, version 7.0.4. Thanks again!
nicoverbruggen
Successfully merging a pull request may close this issue.
Hello! 👋🏼
Is there an existing issue for this?
Current Behavior
roots/bedrock dependency is not part of composer.json in bedrock projects.
https://github.com/roots/bedrock/blob/8d4d3cf2a6ac03e770398f14ed3ad0a184c038d9/composer.json#L33-L44
so this check wont work.
phpmon/phpmon/Domain/Integrations/Composer/ProjectTypeDetection.swift
Line 25 in fa9b51a
roots/bedrock-autoloader however is used as a dependency and should be available in all bedrock projects.
the valet driver for bedrock checks for these paths
https://github.com/laravel/valet/blob/78657cdb35ae327dbf1fdb3a74227be0b2ed0dfa/cli/Valet/Drivers/Specific/BedrockValetDriver.php#L14-L18
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Do you have a log file (or a screenshot) or any additional information?
No response
The text was updated successfully, but these errors were encountered: