Skip to content

Commit bd116da

Browse files
committed
2023-01-16 AC: Updates the PHP Frameworks installation script.
1 parent 2c6ba5d commit bd116da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/zf_symfony_laravel_cakephp_LfPHP_setup.sh.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ elif [[ "$fw" == "7" || "$fw" == "lightmvc" ]]; then
117117
git clone https://github.com/lightmvc/lightmvcskel tempo/$response
118118
cd tempo/$response
119119
if [[ "$phpvers" == "8."* ]]; then
120-
git checkout 5.0.0
120+
git checkout 5.0.1
121121
else
122122
git checkout 4.0.0
123123
fi
@@ -141,7 +141,7 @@ elif [[ "$fw" == "8" || "$fw" == "lightmvc-swoole" ]]; then
141141
git clone https://github.com/lightmvc/lightmvcskel tempo/$response
142142
cd tempo/$response
143143
if [[ "$phpvers" == "8."* ]]; then
144-
git checkout 5.0.0
144+
git checkout 5.0.1
145145
else
146146
git checkout 4.0.0
147147
fi

0 commit comments

Comments
 (0)