Skip to content

Commit db7e389

Browse files
author
Johnny Garcia
committed
Update composer configuration for v2
1 parent a491f1e commit db7e389

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

composer.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,20 @@
2121
"taguz91/yii2-common-helpers": "v1.0.3.1",
2222
"taguz91/yii2-error-handler": "^1.1"
2323
},
24+
"config": {
25+
"fxp-asset": {
26+
"enabled": false
27+
}
28+
},
2429
"autoload": {
2530
"psr-4": {
2631
"taguz91\\CommonRest\\": "src"
2732
}
28-
}
29-
}
33+
},
34+
"repositories": [
35+
{
36+
"type": "composer",
37+
"url": "https://asset-packagist.org"
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)