We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extraneous dependencies and platform requirements should be marked as such. Relevant CycloneDX specification: CycloneDX/specification#321
How this is specified in composer: https://getcomposer.org/doc/articles/composer-platform-dependencies.md
The following types of platform packages exist and can be depended on: PHP (`php` and the subtypes: `php-64bit`, `php-ipv6`, `php-zts php-debug`) PHP Extensions (`ext-*`, e.g. `ext-mbstring`) PHP Libraries (`lib-*`, e.g. `lib-curl`) Composer (`composer`, `composer-plugin-api`, `composer-runtime-api`) To see the complete list of platform packages available in your environment you can run php composer.phar show --platform (or show -p for short). The differences between the various Composer platform packages are explained further in this document.
The following types of platform packages exist and can be depended on:
PHP (`php` and the subtypes: `php-64bit`, `php-ipv6`, `php-zts php-debug`) PHP Extensions (`ext-*`, e.g. `ext-mbstring`) PHP Libraries (`lib-*`, e.g. `lib-curl`) Composer (`composer`, `composer-plugin-api`, `composer-runtime-api`)
To see the complete list of platform packages available in your environment you can run php composer.phar show --platform (or show -p for short).
php composer.phar show --platform
show -p
The differences between the various Composer platform packages are explained further in this document.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Extraneous dependencies and platform requirements should be marked as such.
Relevant CycloneDX specification: CycloneDX/specification#321
How this is specified in composer: https://getcomposer.org/doc/articles/composer-platform-dependencies.md
The text was updated successfully, but these errors were encountered: