Skip to content

Commit

Permalink
Update PHP version in README.md for Vercel deployment (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
architchandra authored Sep 25, 2024
1 parent 535697a commit ee7934f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Add the following snippet to `build.sh` file to install PHP, Composer, and run t
# Install PHP & WGET
yum install -y amazon-linux-extras
amazon-linux-extras enable php7.4
amazon-linux-extras enable php8.2
yum clean metadata
yum install php php-{common,curl,mbstring,gd,gettext,bcmath,json,xml,fpm,intl,zip,imap}
yum install wget
Expand Down

0 comments on commit ee7934f

Please sign in to comment.