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

[PHP] Require PHP 8.2 in composer.json #229

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

olleolleolle
Copy link
Contributor

@olleolleolle olleolleolle commented Feb 29, 2024

This PR is a follow-up to #228.

NEEDS to wait for Psalm to release a version that supports php-parser v5.

🤔 What's changed?

Make the dependency on a non-EOL'd PHP version manifest in composer.json.

⚡️ What's your motivation?

A good comment in #228.

🏷️ What kind of change is this?

  • 🏦 Refactoring/debt/DX (improvement to code design, tooling, documentation etc. without changing behaviour)

@olleolleolle olleolleolle changed the title Update in composer php [PHP] Require PHP 8.2 in composer.json Feb 29, 2024
@olleolleolle
Copy link
Contributor Author

olleolleolle commented Feb 29, 2024

Try updating PHP dev deps - that is:

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

  Problem 1
    - Root composer.json requires vimeo/psalm ^5.22.2 -> satisfiable by vimeo/psalm[5.22.2].
    - vimeo/psalm 5.22.2 requires nikic/php-parser ^4.16 -> found nikic/php-parser[v4.16.0, v4.17.0, v4.17.1, v4.18.0] but it conflicts with your root composer.json require (^5.0.1).
  Problem 2
    - psalm/plugin-phpunit 0.18.4 requires vimeo/psalm dev-master || dev-4.x || ^4.7.1 || ^5@beta || ^5.0 -> satisfiable by vimeo/psalm[5.22.2].
    - psalm/plugin-phpunit[0.18.0, ..., 0.18.3] require vimeo/psalm dev-master || dev-4.x || ^4.5 || ^5@beta -> satisfiable by vimeo/psalm[5.22.2].
    - vimeo/psalm 5.22.2 requires nikic/php-parser ^4.16 -> found nikic/php-parser[v4.16.0, v4.17.0, v4.17.1, v4.18.0] but it conflicts with your root composer.json require (^5.0.1).
    - Root composer.json requires psalm/plugin-phpunit ^0.18.0 -> satisfiable by psalm/plugin-phpunit[0.18.0, ..., 0.18.4].

try with a 4.x dep, and now the conflict

  Problem 1
    - phpunit/php-code-coverage 11.0.0 requires nikic/php-parser ^5.0 -> found nikic/php-parser[v5.0.0, v5.0.1] but it conflicts with your root composer.json require (^4.16).
    - phpunit/phpunit[11.0.0, ..., 11.0.3] require phpunit/php-code-coverage ^11.0 -> satisfiable by phpunit/php-code-coverage[11.0.0].
    - Root composer.json requires phpunit/phpunit ^11.0 -> satisfiable by phpunit/phpunit[11.0.0, 11.0.1, 11.0.2, 11.0.3].

So I'd like a psalm that supports php-parser 5.

@mpkorstanje
Copy link
Contributor

@ciaranmcnulty do you think we have a prayer at upgrading this?

@olleolleolle
Copy link
Contributor Author

@mpkorstanje To me, it seemed like psalm isn't yet ready, but perhaps we can make it ready, by creating a psalm that supports the new parser version?

@mpkorstanje
Copy link
Contributor

Thanks for looking into this. It looks like PHP 8.1 will still get updates so I think we can wait for Psalm to upgrade their parser.

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

Successfully merging this pull request may close these issues.

None yet

2 participants