1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-06 19:40:08 +02:00

🐛 Fix Bedrock project detection (#288)

This commit is contained in:
Christian Widlund
2024-06-06 21:30:06 +02:00
committed by GitHub
parent 949ba5b559
commit 5e9dae78f5

View File

@ -22,7 +22,7 @@ struct ProjectTypeDetection {
This list is checked first to see if a project dependency can be mapped to a certain project type.
*/
public static let SpecificDependencyList = [
"roots/bedrock": "Bedrock",
"roots/bedrock-autoloader": "Bedrock",
"cakephp/app": "CakePHP",
"craftcms/craft": "Craft",
"drupal/core": "Drupal",