munch
munch
FFilament
Created by Bullrot on 11/8/2024 in #❓┊help
illuminate/console
Yes sir 😊 On Windows, the error messages are not always telling the whole truth. But also on Windows, in another terminal, I got the error where it tells that ext-zip extension.
12 replies
FFilament
Created by Bullrot on 11/8/2024 in #❓┊help
illuminate/console
Yes, you would think so. But I think depends on the terminal used. Because this is what I got from the VSCode terminals:
composer require filament/filament:"^3.2" -W
The "3.2" constraint for "filament/filament" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
./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
- illuminate/console[v10.17.0, ..., v10.48.24] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.17.0] but these were not loaded, likely because it conflicts with another require.
- filament/filament v3.2.0 requires illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.24].
- Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0].

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
composer require filament/filament:"^3.2" -W
The "3.2" constraint for "filament/filament" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
./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
- illuminate/console[v10.17.0, ..., v10.48.24] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.17.0] but these were not loaded, likely because it conflicts with another require.
- filament/filament v3.2.0 requires illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.24].
- Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0].

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
12 replies
FFilament
Created by Bullrot on 11/8/2024 in #❓┊help
illuminate/console
In my case, in my local dev environment, I updated my PHP and the ext-zip was no longer enabled .. Gave that exact error.
12 replies