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:
committed by
GitHub
parent
949ba5b559
commit
5e9dae78f5
@ -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",
|
||||
|
Reference in New Issue
Block a user