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

[Composer] Filter out platform packages #17

Open
binary-data opened this issue Feb 17, 2021 · 1 comment
Open

[Composer] Filter out platform packages #17

binary-data opened this issue Feb 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@binary-data
Copy link

binary-data commented Feb 17, 2021

Hi! Currently confused outputs "ext-*" as unsafe packages. You may probably want to filter them out. You may want to check "lib-*" prefix or "hhvm" as well: https://getcomposer.org/doc/01-basic-usage.md#platform-packages

Example output:

Issues found, the following packages are not available in public package repositories:
 [!] ext-readline
 [!] ext-zip
 [!] ext-redis
 [!] ext-mongodb
 [!] ext-zlib
 [!] ext-mysqli
 [!] ext-json
 [!] ext-curl
 [!] ext-libxml
 [!] ext-zend-opcache
 [!] ext-amqp
 [!] ext-iconv
 [!] ext-simplexml
 [!] ext-ast
 [!] ext-openssl
 [!] ext-apcu
 [!] ext-pdo
 [!] ext-calendar
@joohoi
Copy link
Member

joohoi commented Feb 17, 2021

Thanks for opening the issue! I'll dig into this a bit more and figure out the proper action. I'll have to make sure that these are not claimable in the Composer repositories (which I assume is the case) etc.

@joohoi joohoi added the enhancement New feature or request label Feb 17, 2021
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

No branches or pull requests

2 participants