sjelfull / craft3-templateselect

A fieldtype that allows you to select a template from the site templates folder.
https://superbig.co
MIT License
18 stars 9 forks source link

Minimum Requirement Issue upgrading to CraftCMS 3.1 #6

Closed richhayler closed 5 years ago

richhayler commented 5 years ago

composer.json has the following:

"require": { "craftcms/cms": "~3.0.0-beta.23" },

Needs to be updated too....

"require": { "craftcms/cms": "^3.0.0-beta.23" },

khalwat commented 5 years ago

See here for the details:

https://github.com/craftcms/cms/issues/3645#issuecomment-455367876

TL;DR is that it is already fixed, the repo just needs to be tagged with a new release.