wintercms / wn-pages-plugin

Static Pages plugin for Winter CMS
https://wintercms.com/
MIT License
9 stars 22 forks source link

Cannot install plugin via composer #14

Closed rosolovsky closed 1 year ago

rosolovsky commented 1 year ago

Cannot install plugin via composer with this message. "Could not find a matching version of package wintercms/wn-pages-plugin. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (dev)."

bennothommo commented 1 year ago

@rosolovsky couple of questions:

rosolovsky commented 1 year ago
  1. Winter 1.2.0
  2. composer require wintercms/wn-pages-plugin
  3. wn-pages-plugin 2.0.0
bennothommo commented 1 year ago

@rosolovsky you've used the wrong package name. Use the following:

composer require winter/wn-pages-plugin

Just note that the current version of the Pages plugin won't support Winter 1.2 - I'm pushing out a new version of it in the next hour or two with 1.2 support.