Skip to content

Commit 502c80b

Browse files
committed
Fix app name
1 parent 77aaf40 commit 502c80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-app/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sweelix/yii2-webpack",
2+
"name": "sweelix/yii2-webpack-demo",
33
"description": "Sweelix Yii2 webpack",
44
"keywords": ["yii2", "framework", "sweelix", "webpack"],
55
"type": "project",
@@ -20,7 +20,7 @@
2020
"ext-gd": "*",
2121
"ext-intl": "*",
2222
"yiisoft/yii2": "~2.0",
23-
"sweelix/yii2-webpack": "*"
23+
"sweelix/yii2-webpack": "~1.0"
2424
},
2525
"require-dev" : {
2626
"yiisoft/yii2-debug":"~2.0",

0 commit comments

Comments
 (0)