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.63k stars 560 forks source link

Fix dbal 4 conflict #2596

Closed ifox closed 1 month ago

ifox commented 1 month ago

Allow dbal 4 to be installed to prevent conflicts when installing Twill. FWIW, deleting the composer.lock file before installing Twill doesn't currently produce any conflict, but we of course want a clean install in any Laravel app, so we're adding dbal 4.0 even though we don't need it anymore in Twill due to Laravel itself not needing it anymore since Laravel 11. It would be a breaking change to drop it for now, so we'll do that in Twill 4.

Fixes #2594

ifox commented 1 month ago

🤷 I'll need to add rules for Laravel 9 to continue using dbal 3. On that later today and will release 3.3.1 right after.