We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6ba5d commit bd116daCopy full SHA for bd116da
scripts/zf_symfony_laravel_cakephp_LfPHP_setup.sh.txt
@@ -117,7 +117,7 @@ elif [[ "$fw" == "7" || "$fw" == "lightmvc" ]]; then
117
git clone https://github.com/lightmvc/lightmvcskel tempo/$response
118
cd tempo/$response
119
if [[ "$phpvers" == "8."* ]]; then
120
- git checkout 5.0.0
+ git checkout 5.0.1
121
else
122
git checkout 4.0.0
123
fi
@@ -141,7 +141,7 @@ elif [[ "$fw" == "8" || "$fw" == "lightmvc-swoole" ]]; then
141
142
143
144
145
146
147
0 commit comments