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

Organize extension requirements in composer.json #7648

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sasezaki
Copy link
Contributor

continuation of #6844 and #7632.

  • Declare as "ext-filter" is require obviously.
  • Added ext-pcntl, ext-posix to composer.json suggest property.
    • I added as "In order to run psalm-language-server". If it is not correct, please pointed it.
  • use PDOException literal instead of ::class to avoid taken as dependency
    • composer-require-checker guessed dependency "ext-PDO". But only use of PDOException::class.

@AndrolGenhald
Copy link
Collaborator

* Added ext-pcntl, ext-posix to composer.json suggest property.
  
  * I added as "In order to run psalm-language-server".  If it is not correct, please pointed it.

I believe they're used for "threads" to speed up analysis, I'm not sure if they're related to the language server or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants