madebyraygun / trending-posts

Trending Posts for Craft CMS 3 tracks pageviews over time and orders posts by popularity on the front-end.
MIT License
6 stars 3 forks source link

issue on composer update #1

Closed jacksoncool closed 5 years ago

jacksoncool commented 5 years ago

I keep getting the following issue on composer update:

Your requirements could not be resolved to an installable set of packages.

Problem 1

any idea?

daltonrooney commented 5 years ago

Most likely that means the path to the folder in your composer.json is incorrect. It can be a relative path from the folder where composer.json is located or an absolute path in the filesystem. Double-check the path and let me know.

If you’re still having problems I can put the repo on packagist, I still want to polish it up for general release in the plugin store but it should be fine to use as-is.

jacksoncool commented 5 years ago

yes, still issues. same message. any help would be appreciated.

daltonrooney commented 5 years ago

Just published to packagist and updated installation instructions. Try composer require madebyraygun/trending-posts from the app directory and see if that works.

I'm also going to publish to the Craft Plugin Store so that should make it even easier.