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

[9.x] Update PackageManifest::$vendorPath initialisation for cases, when composer vendor dir is not in project directory #41463

Merged
merged 3 commits into from Mar 14, 2022

Commits on Mar 13, 2022

  1. Update PackageManifest.php

    It's possible, that for some reason, vendor dir could be in another directory (https://getcomposer.org/doc/03-cli.md#composer-vendor-dir).
    For example, when you change vendor dir in docker image for easier app bind mounting (https://github.com/BretFisher/php-docker-good-defaults/blob/master/Dockerfile).
    vasymus committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    81ae9ef View commit details
    Browse the repository at this point in the history
  2. Update PackageManifest.php

    vasymus committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    dd2da5e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. formatting

    taylorotwell committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    5ee5444 View commit details
    Browse the repository at this point in the history