docs: add PHP 7.4 requirement to README
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Joris Slagter
2025-12-02 23:04:23 +01:00
parent 2406dd0a82
commit f5e630b399

View File

@@ -87,5 +87,9 @@ This repository uses Drone CI for automated testing and deployment:
Database migrations run automatically during deployment: Database migrations run automatically during deployment:
- **Staging**: `php artisan migrate --force` - **Staging**: `php artisan migrate --force`
- **Production**: `php artisan migrate --force` + `php artisan queue:restart` - **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