Skip to content

Commit 5e9dae7

Browse files
authored
🐛 Fix Bedrock project detection (#288)
1 parent 949ba5b commit 5e9dae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmon/Domain/Integrations/Composer/ProjectTypeDetection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct ProjectTypeDetection {
2222
This list is checked first to see if a project dependency can be mapped to a certain project type.
2323
*/
2424
public static let SpecificDependencyList = [
25-
"roots/bedrock": "Bedrock",
25+
"roots/bedrock-autoloader": "Bedrock",
2626
"cakephp/app": "CakePHP",
2727
"craftcms/craft": "Craft",
2828
"drupal/core": "Drupal",

0 commit comments

Comments
 (0)