-
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
Cannot install beta or release candidate version #26
Comments
+1, just tried to install 5.7.0. |
same problem here - trying to install the 5.8.0 beta1. editing/commenting the code in the |
Still not working for
|
Could you go into detail how you got this working @gaambo? I think I commented the right code, but I get the following error message:
I add the repository like this:
|
sure and also for anyone else reading this: after that i added the repository in composer.json like this:
and the dependency as this works for me - but i only got it set up in one project, so no extensive testing right now. im pretty busy the next few weeks but maybe i'll come around to do a pull request for this method soon. we'd also need to check the minimum stability options and deny beta/alpha versions then. |
Just to add that it worked for me after doing all of the above, but using this as the dependency:
The only problem is making sure that my edits to acf-pro-installer don't get overwritten! |
As there is a PR waiting I use something like this:
the specific commit ID of the @jezemery PR. You don't have to edit any file. |
Steps to reproduce:
repositories
field, set the ACF package version to5.7.0-RC4
require
field, set constraint to^5.7
composer update advanced-custom-fields/advanced-custom-fields-pro
Result:
Same problem when doing
composer require advanced-custom-fields/advanced-custom-fields-pro
:The text was updated successfully, but these errors were encountered: