We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36a362c + 07fd43b commit 102a1c8Copy full SHA for 102a1c8
composer.json
@@ -21,6 +21,15 @@
21
"yiisoft/yii2-codeception": "*",
22
"codeception/codeception": "*"
23
},
24
+ "config": {
25
+ "allow-plugins": {
26
+ "yiisoft/yii2-composer" : true
27
+ },
28
+ "process-timeout": 1800,
29
+ "fxp-asset": {
30
+ "enabled": false
31
+ }
32
33
"autoload": {
34
"psr-4": {
35
"consultnn\\embedded\\": "."
@@ -30,5 +39,11 @@
39
"branch-alias": {
40
"dev-master": "1.0.x-dev"
41
}
- }
42
43
+ "repositories": [
44
+ {
45
+ "type": "composer",
46
+ "url": "https://asset-packagist.org"
47
48
+ ]
49
0 commit comments