From f5e630b399e6c8a88758ff24059625e3548f5499 Mon Sep 17 00:00:00 2001 From: Joris Slagter Date: Tue, 2 Dec 2025 23:04:23 +0100 Subject: [PATCH] docs: add PHP 7.4 requirement to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4846e3a..47364f9 100644 --- a/README.md +++ b/README.md @@ -87,5 +87,9 @@ This repository uses Drone CI for automated testing and deployment: Database migrations run automatically during deployment: - **Staging**: `php artisan migrate --force` - **Production**: `php artisan migrate --force` + `php artisan queue:restart` -# Drone CI Test - di 2 dec 2025 22:17:12 CET + +### Requirements +- **PHP Version**: 7.4 (Laravel 7.x compatibility) +- **Database**: MySQL 5.7+ +- **Redis**: For caching and queues