You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The autoload.php file, automatically generated by Composer, includes a PHP version check that utilizes the trigger_error($err, E_USER_ERROR) function. As of PHP 8.4.0, passing E_USER_ERROR to trigger_error is deprecated. The PHP manual recommends throwing an exception or calling exit() instead.
Composer version 2.8.5 2025-01-21 15:23:40
PHP version 8.4.3 (/opt/homebrew/Cellar/php/8.4.3/bin/php)