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

Add PHP 8.4 support #30

Open
asgrim opened this issue Sep 4, 2024 · 2 comments · May be fixed by #32
Open

Add PHP 8.4 support #30

asgrim opened this issue Sep 4, 2024 · 2 comments · May be fixed by #32
Assignees
Labels
enhancement New feature or request

Comments

@asgrim
Copy link
Collaborator

asgrim commented Sep 4, 2024

As it says :)

@asgrim asgrim added the enhancement New feature or request label Sep 4, 2024
@asgrim asgrim self-assigned this Sep 4, 2024
@asgrim
Copy link
Collaborator Author

asgrim commented Sep 7, 2024

Currently blocked on this by upstream packages:

  • azjezz/psl
  • vimeo/psalm
$ php84composer up --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires azjezz/psl ^2.9 -> satisfiable by azjezz/psl[2.9.0, 2.9.1].
    - azjezz/psl[2.9.0, ..., 2.9.1] require php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.0beta4) does not satisfy that requirement.
  Problem 2
    - vimeo/psalm[5.22.0, ..., 5.25.0] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.0beta4) does not satisfy that requirement.
    - Root composer.json requires vimeo/psalm ^5.22 -> satisfiable by vimeo/psalm[5.22.0, ..., 5.25.0].

@asgrim asgrim linked a pull request Sep 7, 2024 that will close this issue
@davisenra
Copy link

Looks like vimeo/psalm is under some effort to reach PHP 8.4.

vimeo/psalm#10928

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

Successfully merging a pull request may close this issue.

2 participants