enlightn
enlightn copied to clipboard
[Bug Report] Support Larastan > V3.0.0
Versions
- PHP version: 8.3
- Laravel version: 11.31
- Enlightn version: 2.10.0
- Enlightn Pro version (if applicable): 2.7.0
Description
Enlightn requires Larastan ^2.0. Recently Larastan released V3.0 and when trying to update Larastan to V3.0 composer errors with:
- enlightn/enlightn[v2.8.0, ..., v2.10.0] require larastan/larastan ^2.0 -> found larastan/larastan[2.0.0, ..., v2.9.12] but it conflicts with your root composer.json require (^3.0.2).
- enlightn/enlightnpro v2.7.0 requires enlightn/enlightn ^2.8 -> satisfiable by enlightn/enlightn[v2.8.0, v2.9.0, v2.10.0].
- Root composer.json requires enlightn/enlightnpro ^2.7 -> satisfiable by enlightn/enlightnpro[v2.7.0].
Steps to Reproduce
Install Enlightn V2.0.10 and install Larastan 3.0
Expected behavior:
I expect to be able to install Larastan 3.0 when having Enlightn in my repo
Actual behavior:
I can not install Larastan 3.0 in my repo
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.