Files
laravel-backend/.drone.yml
Joris Slagter 4a57aacdde
Some checks failed
continuous-integration/drone/push Build is failing
Fix: Use PHP 7.4 (composer:2.0) for Laravel 7.x compatibility
- Changed from composer:2.2 (PHP 8.1) to composer:2.0 (PHP 7.4)
- Removed --ignore-platform-reqs flag as it's no longer needed
- PHP 7.4 is fully compatible with Laravel 7.x without deprecation warnings
- This fixes the 'artisan package:discover' error caused by PHP 8.1 strict typing
2025-12-02 19:58:56 +01:00

2.3 KiB