-
Notifications
You must be signed in to change notification settings - Fork 3
composer conflict on flynt create #93
Comments
Any thoughts or feedback regarding this ? @domtra @Qakulukiam |
I'm also running into this issue. Any status updates regarding this? |
Hi @nilsbosman, from what I saw, this is not fixed. The workaround is to launch
|
The solution above was working two weeks ago but not anymore. Easiest fix is to not put an acf pro key when the cli asks for it, and then manually add the acf plugin once the project is created. |
Hi @bdebrie, thanks for the help, for me it also didn't work. I'll try your new suggestion. However I did notice that they've changed the readme and it now says this repo is no longer under active development and refer to https://github.com/flyntwp/flynt with instructions on how to use the latest version of Flynt. |
Hi @bdebrie and @nilsbosman, regarding the deprecation: we made some really big changes to the flynt-starter-theme. the result, ongoing in development but already used on a couple of production sites, can be found in the https://github.com/flyntwp/flynt. our goal was to simplify every aspect of flynt. the theme can actually be dropped into any wordpress installation, bedrock or regular, and it will work. so there is not really a need for the flynt-cli anymore. for migrating data between environment, the wp cli is really handy and some manual rsync. we will keep you updated about the development. the only info about the new flynt is actually currently in the readme of the mentioned github repo. if you have any questions, feel free to ask. |
Since this Bedrock update roots/bedrock#412 the
flynt create
command is not working anymore because of a conflict duringrequireComposerPackages
.This comes from the fact that the philippbaschke/acf-pro-installer package that is explicitly requiring a ^2.2 version of phpdotenv, while bedrock asks for a ^3
It has already been reported and a PR is already available PhilippBaschke/acf-pro-installer#38, yet it seems that it is unclear if the repo is still alive and if this will get merged soon.
In the discussion someone created a new repo as an alternative, which supports phpdotenv ^3 https://github.com/ffraenz/private-composer-installer
The text was updated successfully, but these errors were encountered: