From ee7934f6ddbf974d75320d8b8bb50535d40de63f Mon Sep 17 00:00:00 2001 From: Archit Chandra Date: Thu, 26 Sep 2024 01:16:20 +0530 Subject: [PATCH] Update PHP version in README.md for Vercel deployment (#176) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff9a628..16cb9cd 100644 --- a/README.md +++ b/README.md @@ -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