Skip to content

Commit 25011fc

Browse files
committed
add @composer alias
1 parent 8ee6ad3 commit 25011fc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/config/aliases.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
*/
1111

1212
return [
13-
'@bower' => '@vendor/bower-asset',
14-
'@npm' => '@vendor/npm-asset',
15-
'@storage' => '<base-dir>/web',
16-
'@runtime' => '<base-dir>/runtime',
13+
'@bower' => '@vendor/bower-asset',
14+
'@npm' => '@vendor/npm-asset',
15+
'@storage' => '<base-dir>/web',
16+
'@runtime' => '<base-dir>/runtime',
17+
'@composer' => '<base-dir>',
1718
];

0 commit comments

Comments
 (0)