You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 newvendor/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.The text was updated successfully, but these errors were encountered: