Am trying to update composer dependencies on a Laravel application but getting this error
Problem 1 - The requested PHP extension ext-calender* is missing from your system. Install or enable PHP's calendar extension.
in my composer.json file
{
"require": {
"php": ">=7.2.0",
"ext-json": "*",
"ext-calender": "*",
}
}