mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-03-27 14:30:08 +01: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.
|
This list is checked first to see if a project dependency can be mapped to a certain project type.
|
||||||
*/
|
*/
|
||||||
public static let SpecificDependencyList = [
|
public static let SpecificDependencyList = [
|
||||||
"roots/bedrock": "Bedrock",
|
"roots/bedrock-autoloader": "Bedrock",
|
||||||
"cakephp/app": "CakePHP",
|
"cakephp/app": "CakePHP",
|
||||||
"craftcms/craft": "Craft",
|
"craftcms/craft": "Craft",
|
||||||
"drupal/core": "Drupal",
|
"drupal/core": "Drupal",
|
||||||
|
|||||||
Reference in New Issue
Block a user