Skip to content

Commit 102a1c8

Browse files
authored
Merge pull request #1 from Synida/switch-composer-to-support-v2
Composer to support v2 instead of v1
2 parents 36a362c + 07fd43b commit 102a1c8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

composer.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
"yiisoft/yii2-codeception": "*",
2222
"codeception/codeception": "*"
2323
},
24+
"config": {
25+
"allow-plugins": {
26+
"yiisoft/yii2-composer" : true
27+
},
28+
"process-timeout": 1800,
29+
"fxp-asset": {
30+
"enabled": false
31+
}
32+
},
2433
"autoload": {
2534
"psr-4": {
2635
"consultnn\\embedded\\": "."
@@ -30,5 +39,11 @@
3039
"branch-alias": {
3140
"dev-master": "1.0.x-dev"
3241
}
33-
}
42+
},
43+
"repositories": [
44+
{
45+
"type": "composer",
46+
"url": "https://asset-packagist.org"
47+
}
48+
]
3449
}

0 commit comments

Comments
 (0)