TappNetwork / filament-authentication-log

32 stars 14 forks source link

Support to Laravel v11. #16

Closed samuelterra22 closed 4 months ago

samuelterra22 commented 4 months ago

Is the package being maintained and will it receive support for Laravel 11?

I'm using Laravel 11 and Filament v3.

$ sail composer require tapp/filament-authentication-log
./composer.json has been updated
Running composer update tapp/filament-authentication-log
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - tapp/filament-authentication-log[v3.0.0, ..., v3.0.3] require rappasoft/laravel-authentication-log ^3.0 -> satisfiable by rappasoft/laravel-authentication-log[v3.0.0].
    - tapp/filament-authentication-log v2.0.0 requires filament/filament ^2.0 -> found filament/filament[v2.5.3, ..., v2.17.55] but it conflicts with your root composer.json require (^3.2).
    - rappasoft/laravel-authentication-log v3.0.0 requires illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., v10.48.4] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires tapp/filament-authentication-log * -> satisfiable by tapp/filament-authentication-log[v2.0.0, v3.0.0, v3.0.1, v3.0.2, v3.0.3].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require tapp/filament-authentication-log:*" to figure out if any version is installable, or "composer require tapp/filament-authentication-log:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
andreia commented 4 months ago

@samuelterra22 Thanks for the heads up! Added a PR for it: https://github.com/TappNetwork/filament-authentication-log/pull/17 :)

andreia commented 4 months ago

@samuelterra22 The PR was merged, could you please check if it's everything okay for you?

samuelterra22 commented 4 months ago

Yes! everything is working perfectly! thank you very much!