You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this while testing the WooCommerce Intercom plugin... not sure if this is a false-positive or an actual bug, but I'm opening an issue just in case. It looks like WooCommerce Intercom is configured to use the dev version of WP PHP RV, which is a bad thing (i.e., it's using an unreleased version). I see this was inherited from the WP Sharks Skeleton repo, which is also configured to have Composer install the dev version.
Regarding dev-master. That's configured to pull the master branch and not the dev branch. The Packagist system considers master to be a dev- tag, and so it's a bit confusing when you glance over the composer.json file. However, that's pulling the master branch.
Got this while testing the WooCommerce Intercom plugin... not sure if this is a false-positive or an actual bug, but I'm opening an issue just in case. It looks like WooCommerce Intercom is configured to use the
dev
version of WP PHP RV, which is a bad thing (i.e., it's using an unreleased version). I see this was inherited from the WP Sharks Skeleton repo, which is also configured to have Composer install the dev version.The text was updated successfully, but these errors were encountered: