Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Failing when there has dependency to laminas/laminas-zendframework-bridge #2

Closed
yus-ham opened this issue May 30, 2020 · 1 comment
Closed

Comments

@yus-ham
Copy link
Owner

yus-ham commented May 30, 2020

It seem solved by this PR

For temporary workaround is to use laminas-zendframework-bridge fork.
Add the following to require section on composer.json

    "laminas/laminas-zendframework-bridge": "dev-patch2 as 1.9999.0"

Add following to repositories section

        "laminas-zendframework-bridge": {
            "type":"vcs",
            "url":"https://github.com/sup-ham/laminas-zendframework-bridge"
        }

Next, we can continue using this plugin, just prepends composer command with environment variable like so:
COMPOSER_VENDOR_DIR=vendor composer install

@yus-ham yus-ham closed this as completed Aug 19, 2020
@yus-ham
Copy link
Owner Author

yus-ham commented Sep 5, 2020

The patch merged, we can using this plugin now, just prepends composer command with environment variable like so:

/path/to/project$ COMPOSER_VENDOR_DIR=vendor composer install

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant