From 509672f4c7d1d36d54705aff4809a0c56de4cd90 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 27 Jun 2020 16:42:17 +0200 Subject: [PATCH] Added intl to required PHP extensions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd3ba8ea..9d51e389 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A PHP-based self-hosted URL shortener that can be used to serve shortened URLs u First, make sure the host where you are going to run shlink fulfills these requirements: -* PHP 7.4 or greater with JSON, curl, PDO and gd extensions enabled. +* PHP 7.4 or greater with JSON, curl, PDO, intl and gd extensions enabled. * MySQL, MariaDB, PostgreSQL, Microsoft SQL Server or SQLite. * The web server of your choice with PHP integration (Apache or Nginx recommended).