forked from composer/composer
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from composer:main #7
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
Open
pull
wants to merge
683
commits into
info-zezotechnology:main
Choose a base branch
from
composer:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Improve interactive package updates * Exclude platform packages and up to date packages, follow stability flags, ignore-platform-reqs etc * Add tests and support for lock file + empty lock/vendor --------- Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
…rements (#11966) * Add allow-missing-requirements configuration to ignore error during install if there are any missing requirements * Add test for allow-missing-requirements config --------- Co-authored-by: Joe <joe@wpj.cz>
Add support for `@no_additional_args` and `@additional_args` tags inside script handlers.
* Add option to run bump after update * Convert the option into a bool | string parameter and change a couple of texts * Apply suggestions from code review * Fix tests --------- Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
The `E_STRICT` constant is deprecated as of PHP 8.4 and will be removed in PHP 9.0 (commit finally went in today). The error level hasn't been in use since PHP 8.0 anyway and was only barely still used in PHP 7.x, so removing the exclusion from the `error_reporting()` setting in these script shouldn't really make any difference in practice. Ref: * https://wiki.php.net/rfc/deprecations_php_8_4#remove_e_strict_error_level_and_deprecate_e_strict_constant Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
* Add support-nts flag for php-ext section Ref: ThePHPF/pie-design#25 * Update php-ext getter/setter definition with support-nts
… the base of a feature branch (#12129)
* Add composer-lock-schema, update composer-repository-schema with new properties, add lock schema validation in diagnose Fixes #7823 * Add ref to composer.json schema in the lock one
* Fix deprecated ParametersAcceptorSelector::selectSingle * Simplify extension code --------- Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
…lete (#12139) * Handle dump-autoload where vendor folder is not installed or not complete * Fix implementation issues The package could theoretically be a single file not a directory --------- Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
* diagnose: show Curl HTTP versions * CurlDownloader: Add HTTP/3 support if available
…_AUTH env (#12372) * Add support to authorize with Custom Headers in auth.json or COMPOSER_AUTH env (#1) * Add support to authorize with Custom Headers in auth.json or COMPOSER_AUTH env * Fix phpstan analysis * Update naming convention and add validation * Fix PHPStan analysis * Update error message naming convention * Header validation regex fix * Docu example naming convention fix * Add custom-headers property to JSON schema
* Correct old documentation on github tokens Github has fine-grained tokens now, which invalidates much of the information on that paragraph. New info is also needed (and provided in this commit) * Correcting TMI * Lint
* Handle GitLab's Planner permission * Update error message * Fix "Planner" typo in error message Co-authored-by: Nils Adermann <naderman@naderman.de> --------- Co-authored-by: Nils Adermann <naderman@naderman.de>
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@a2636af...3cf229d) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…es (#12406) * fix(AuthHelper): check the authorization type first and do other checks later * feat(AuthHelper): add `addAuthenticationOptions`, deprecate `addAuthenticationHeader` * feat(auth): add support for client certificates specified in `auth.json`
This will fail with a clear explanation why it is not available when not running from a phar Fixes #12395
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 2.3.2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@da05d55...72f2c25) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@db473fd...e8998f9) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.33.0 to 2.34.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@cf4cade...0f7f1d0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Only create autoloaders when needed, and avoid creating duplicate autoloaders Refs #8587
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )