Skip to content

Commit ee7934f

Browse files
Update PHP version in README.md for Vercel deployment (#176)
1 parent 535697a commit ee7934f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Add the following snippet to `build.sh` file to install PHP, Composer, and run t
220220
221221
# Install PHP & WGET
222222
yum install -y amazon-linux-extras
223-
amazon-linux-extras enable php7.4
223+
amazon-linux-extras enable php8.2
224224
yum clean metadata
225225
yum install php php-{common,curl,mbstring,gd,gettext,bcmath,json,xml,fpm,intl,zip,imap}
226226
yum install wget

0 commit comments

Comments
 (0)