./composer.json has been updated Running composer update filament/filament --with-all-dependencies Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1 - Root composer.json requires PHP extension ext-intl * but it is missing from your system. Install or enable PHP's intl extension. Problem 2 - filament/support v3.1.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension. - filament/filament v3.1.0 requires filament/support v3.1.0 -> satisfiable by filament/support[v3.1.0]. - Root composer.json requires filament/filament 3.1 -> satisfiable by filament/filament[v3.1.0]. To enable extensions, verify that they are enabled in your .ini files: - C:\xampp\php\php.ini You can also run
php --ini
php --ini
in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with
--ignore-platform-req=ext-intl
--ignore-platform-req=ext-intl
to temporarily ignore these required extensions. Installation failed, reverting ./composer.json and ./composer.lock to their original content.