-
Notifications
You must be signed in to change notification settings - Fork 70
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
installation conflict with "vlucas/phpdotenv":"^3.0.0" #38
Comments
There is a PR to fix this exact issue: #35 |
This package seems to be abandoned since the last code change occurred mid 2017. I maintain an alternative package ffraenz/private-composer-installer that can be used to install arbitrary private packages including commercial WordPress plugins like ACF Pro and WPML. From version |
I found your repo yesterday @ffraenz! Thanks to you you saved my life x) |
For anyone interested, we've decided to open source our solution: Tl;dr;
I'm interested in hearing your opinion, or any concerns you have with our approach (see below). Solution explanation Unfortunately, due to a composer issue (see composer/composer#3082), we could not solve this entirely in a composer plugin. As a workaround we created an open-source composer repository that fetches all available package versions from ACF periodically. As with this installer, you still need to provide your own ACF_PRO_KEY, because we do only provide an index that tells composer where it can download the zips. I'd like to stress that your ACF license key is never submitted to the composer repository (we already have a developer license :-) ). The flow when you require
|
Thanks @ffraenz for this installer. Works on all my new install site. Problem arise when I'm trying to upgrade ACP PRO moving from philippbaschke/acf-pro-installer to yours. Did a
Any idea why is it so? Thanks |
@imstanleyyeo Please open a new issue over at https://github.com/ffraenz/private-composer-installer/issues to discuss your problem as it is not related to this repository. Thank you! |
Sorry. Opened a new issue. |
if you have "vlucas/phpdotenv":"^3.0.0", there is conflict
Problem :
philippbaschke/acf-pro-installer v1.0.2 requires vlucas/phpdotenv ^2.2 -> satisfiable by vlucas/phpdotenv[2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, v2.2.0, v2.2.1, v2.3.0, v2.4.0, v2.5.0, v2.5.1, v2.5.2, v2.6.0, v2.6.1] but these conflict with your requirements or minimum-stability.
How to avoid that ?
The text was updated successfully, but these errors were encountered: