lara-zeus / sky

CMS for your website. it include posts, pages, tags, and categories. with a frontend scaffolding ready to use
https://larazeus.com/sky
MIT License
157 stars 31 forks source link

use proper package for ryangjchandler/filament-navigation #128

Closed thyseus closed 1 year ago

thyseus commented 1 year ago

fixes:

╰─λ sail composer update -W                                                              0 (0.013s)
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 lara-zeus/sky ^2.4.33 -> satisfiable by lara-zeus/sky[2.4.33].
    - lara-zeus/sky 2.4.33 requires ryangjchandler/filament-navigation dev-with-rtl -> found ryangj
chandler/filament-navigation[dev-dependabot/github_actions/dependabot/fetch-metadata-1.6.0, dev-dep
endabot/github_actions/ramsey/composer-install-2, dev-main, v0.1.0, ..., v0.5.0] but it does not ma
tch the constraint.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages
 currently locked to specific versions.
atmonshi commented 1 year ago

I don't know how to resolve this issue..

I sent a PR but haven't been merged yet, so I am using my fork for now.

Can you add this to your composer and see if it resolves the issue?

  "repositories": [
    {
      "type": "github",
      "url": "https://github.com/atmonshi/filament-navigation"
    }
  ]

This will be a temporary solution till my PR gets merged, or maybe I will create a new package :)

thyseus commented 1 year ago

Unfortunately the maintainer ryangjchandler seems to have abandoned his projects.

https://github.com/ryangjchandler/filament-tools is also waiting for a merge of some MRs. :(

Your workaround works, thanks a lot !

atmonshi commented 1 year ago

That's unfortunate; I hope he will update after v3! Closing this for now..