Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix Contracts autoloader typo#35610

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicolas-grekas merged 1 commit intosymfony:masterfromIonBazan:patch-2
Feb 6, 2020

Conversation

IonBazan
Copy link
Contributor

QA
Branch?master
Bug fix?yes
New feature?no
Deprecations?no
TicketsFix#35526
LicenseMIT

Autoloader does not include new Deprecation component when installingsymfony/contracts due totypo.

Steps to reproduce:

composer dump-autoload -acat vendor/composer/autoload_files.php

Produces:

<?php// autoload_files.php @generated by Composer$vendorDir = dirname(dirname(__FILE__));$baseDir = dirname($vendorDir);return array(    '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',    '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',    'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',);

@nicolas-grekas
Copy link
Member

Thank you@IonBazan.

nicolas-grekas added a commit that referenced this pull requestFeb 6, 2020
This PR was merged into the 5.1-dev branch.Discussion----------Fix Contracts autoloader typo| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Tickets       |Fix#35526| License       | MITAutoloader does not include new Deprecation component when installing `symfony/contracts` due to [typo](https://getcomposer.org/doc/04-schema.md#files).Steps to reproduce:```composer dump-autoload -acat vendor/composer/autoload_files.php```Produces:```<?php// autoload_files.php@generated by Composer$vendorDir = dirname(dirname(__FILE__));$baseDir = dirname($vendorDir);return array(    '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',    '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',    'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',);```Commits-------d5bcaff Fix Contracts autoloader typo
@nicolas-grekasnicolas-grekas merged commitd5bcaff intosymfony:masterFeb 6, 2020
@IonBazanIonBazan deleted the patch-2 branchFebruary 6, 2020 08:31
@nicolas-grekasnicolas-grekas modified the milestones:next,5.1May 4, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
5.1
Development

Successfully merging this pull request may close these issues.

3 participants
@IonBazan@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp