Skip to content

Commit

Permalink
Fix version number for Yii
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaghubi committed Nov 29, 2023
1 parent d00dbb8 commit 49e4b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yii-2.0-basic/_benchmark/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# create project
rm -rf _benchmark/temp
composer create-project --prefer-dist yiisoft/yii2-app-basic:^2.0 ./_benchmark/temp
composer create-project --prefer-dist yiisoft/yii2-app-basic:2.0.* ./_benchmark/temp
mv ./_benchmark/temp/{.,}* ./

# have the route & controller
Expand Down

0 comments on commit 49e4b88

Please sign in to comment.