Laravel Version
12.32.1
PHP Version
8.4.13
Database Driver & Version
No response
Description
I think that LARAVEL_START is being redeclared in Illuminate\Foundation\ComposerScripts::prePackageUninstall when trying to uninstall more than one package at a time,
Steps To Reproduce
- Install a fresh Laravel.
- Try to uninstall Laravel Sail for an intstance (it will remove
symfony/yaml, so the hook will be called a second time).