From 448708461465c7b8c5b5df70ddd5f4e2592a7019 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 19:24:51 +0200 Subject: [PATCH] Update README: PHP 8.5, Ubuntu 26.04 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 11e6a84..8d602d9 100755 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Database credentials are read automatically from the Laravel `.env` file. | Component | Requirement | | ------------- | ------------------------------- | -| **PHP** | 8.1 or higher | +| **PHP** | 8.5 or higher | | **Database** | MariaDB 10.6+ or MySQL 8.0+ | | **Web Server**| Apache (mod_rewrite) or Nginx | | **Node.js** | 20 or higher | @@ -160,15 +160,15 @@ Database credentials are read automatically from the Laravel `.env` file. ## Installation -### Linux (Ubuntu / Debian) +### Linux (Ubuntu 26.04 / Debian) ```bash # 1. System dependencies sudo apt update sudo apt install -y git curl wget unzip nginx mariadb-server \ - php8.3 php8.3-cli php8.3-fpm php8.3-mysql php8.3-xml \ - php8.3-mbstring php8.3-curl php8.3-zip php8.3-bcmath \ - php8.3-gd php8.3-sockets php8.3-intl + php8.5 php8.5-cli php8.5-fpm php8.5-mysql php8.5-xml \ + php8.5-mbstring php8.5-curl php8.5-zip php8.5-bcmath \ + php8.5-gd php8.5-sockets php8.5-intl # 2. Install Composer curl -sS https://getcomposer.org/installer | php