Browse Source

[yii2] Fix composser allow pluginx (#7500)

Joan Miquel 3 years ago
parent
commit
60d6f75170
1 changed files with 6 additions and 1 deletions
  1. 6 1
      frameworks/PHP/yii2/composer.json

+ 6 - 1
frameworks/PHP/yii2/composer.json

@@ -3,5 +3,10 @@
 		"yidas/yii2-composer-bower-skip": "~2.0.13",
 		"yidas/yii2-composer-bower-skip": "~2.0.13",
 		"yiisoft/yii2": "~2.0.43",
 		"yiisoft/yii2": "~2.0.43",
 		"joanhey/adapterman": "dev-master"
 		"joanhey/adapterman": "dev-master"
-	}
+	},
+	"config": {
+        "allow-plugins": {
+            "yiisoft/*": true
+        }
+    }
 }
 }