loreal-global-kickoff/composer.json
DJP 19328d10b4 Fix PHP version requirements for server compatibility
Downgraded dependencies to support PHP 7.4+:
- nesbot/carbon: ^2.0 (PHP 7.1+)
- league/csv: 9.8.0 (PHP 7.4+)

This ensures the application works on servers with PHP 7.4-8.0.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 16:51:27 -05:00

9 lines
187 B
JSON

{
"name": "loreal/box-submission",
"type": "project",
"require": {
"firebase/php-jwt": "^6.11",
"nesbot/carbon": "^2.0",
"league/csv": "9.8.0"
}
}