Issue installing Filament 3.2 for Laravel 11

I want to install filemanet in fresh laravel 11, then I facing this issue.

  1. I started by creating a new Laravel project using the following command:

composer create-project laravel/laravel example-app

  1. Then, I tried to install Filament 3.2 using this command:

composer require filament/filament:"^3.2" -W

Error:
After running the above command, I’m seeing an error:
showing this error after run filament installation command