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

Support nikic/php-parser v5 #72

Open
AcriCAA opened this issue Oct 18, 2024 · 2 comments
Open

Support nikic/php-parser v5 #72

AcriCAA opened this issue Oct 18, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@AcriCAA
Copy link

AcriCAA commented Oct 18, 2024

Hi I am trying to install doctum via composer on a Laravel 11 project and composer version problems:

  - code-lts/doctum[v5.0.0, ..., v5.0.1] require nikic/php-parser ~4.5 -> found nikic/php-parser[v4.5.0, ..., v4.19.4] but the package is fixed to v5.3.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  - code-lts/doctum[v5.0.2, ..., v5.3.1] require nikic/php-parser ~4.6 -> found nikic/php-parser[v4.6.0, ..., v4.19.4] but the package is fixed to v5.3.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  - code-lts/doctum[v5.3.2, ..., v5.3.3] require php >=7.1.3 <7.2.0 -> your php version (8.3.12) does not satisfy that requirement.
  - code-lts/doctum[v5.4.0, ..., v5.5.4] require nikic/php-parser ^4.10 -> found nikic/php-parser[v4.10.0, ..., v4.19.4] but the package is fixed to v5.3.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  - Root composer.json requires code-lts/doctum * -> satisfiable by code-lts/doctum[v5.0.0, ..., v5.5.4].```
  
@williamdes williamdes changed the title Support php 8 and Laravel 11 Support nikic/php-parser v5 Oct 19, 2024
@williamdes
Copy link
Member

Hi,
This is caused by nikic/php-parser v5 if you read the debug log
I will see how this can be supported, thank you for reporting this

@williamdes williamdes added the enhancement New feature or request label Oct 19, 2024
@williamdes
Copy link
Member

Ref #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants