area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.75k stars 572 forks source link

docs: update twill version during installation #2584

Closed Mavv3006 closed 4 months ago

Mavv3006 commented 4 months ago

Description

After installing the package into a fresh Laravel v10 project using composer require area17/twill:"^3.0" I got the following notification from composer:

The "3.0" constraint for "area17/twill" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints

As the latest version of the package is 3.2 this PR will update the version in the docs to let new users add the latest stable version into their projects.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.