Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with the latests version of jigsaw and torchlight-laravel #8

Open
mreduar opened this issue Aug 17, 2024 · 0 comments
Open

Comments

@mreduar
Copy link

mreduar commented Aug 17, 2024

I have tried to install the package in the latest jitsaw vession but it seems that it is not compatible because torchlight-laravel 0.5.10 does not support the latest versions of laravel.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - torchlight/torchlight-jigsaw v0.3.4 requires torchlight/torchlight-laravel ^0.5.10 -> satisfiable by torchlight/torchlight-laravel[v0.5.10, ..., v0.5.14].
    - torchlight/torchlight-jigsaw[v0.3.2, ..., v0.3.3] require torchlight/torchlight-laravel v0.5.10 -> satisfiable by torchlight/torchlight-laravel[v0.5.10].
    - torchlight/torchlight-laravel v0.5.14 requires illuminate/view ^8.0|^9.0|^10.0 -> satisfiable by illuminate/view[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.20].
    - torchlight/torchlight-laravel v0.5.13 requires illuminate/view ^7.26.0|^8.0|^9.0|^10.0 -> satisfiable by illuminate/view[v7.26.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.20].
    - torchlight/torchlight-laravel[v0.5.11, ..., v0.5.12] require illuminate/view ^7.26.0|^8.0|^9.0 -> satisfiable by illuminate/view[v7.26.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16].
    - torchlight/torchlight-laravel v0.5.10 requires illuminate/view ^7.26.0|^8.0 -> satisfiable by illuminate/view[v7.26.0, ..., v7.30.6, v8.0.0, ..., v8.83.27].
    - You can only install one version of a package, so only one of these can be installed: illuminate/view[v7.26.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.20, v11.0.0, ..., v11.20.0].
    - tightenco/jigsaw v1.7.4 requires illuminate/view ^11.0 -> satisfiable by illuminate/view[v11.0.0, ..., v11.20.0].
    - illuminate/view[v7.26.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.3.7) does not satisfy that requirement.
    - illuminate/view[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.3.7) does not satisfy that requirement.
    - Root composer.json requires tightenco/jigsaw ^1.7.4 -> satisfiable by tightenco/jigsaw[v1.7.4].
    - Root composer.json requires torchlight/torchlight-jigsaw ^0.3.2 -> satisfiable by torchlight/torchlight-jigsaw[v0.3.2, v0.3.3, v0.3.4].

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

I was trying to create a PR to update those packages but gave up after a couple of hours trying to figure out how to make BaseTest work to support the new vendor/tightenco/jigsaw/jigsaw file changes. I don't know how exactly they work to mimic the file. Maybe I will have some more time another time to try to understand how it all works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant