Maravel-Framework v20.0.0-RC Is Out
by•
Maravel-Framework v20.0.0-RC is out.
This is planned for release in version 20.0.0 in Q4 2026.
Other breaking changes are planned to be avoided as much as possible.
Breaking changes:
Minimum PHP version 8.2 from 8.1
Symfony components 7.4 from 6.x
Breaking change in the kernel dependencies
Some dependencies were moved from the kernel into the templates:
When migrating add in your Maravel Template under composer.json require:
"league/commonmark": "^2.6", // for mail
"nikic/fast-route": "^1.3",
"symfony/mailer": "^7.4", // for mail
"tijsverkoyen/css-to-inline-styles": "^2.2.5" // for mailWhen migrating add in your Maravelith Template under composer.json require:
"league/commonmark": "^2.6", // for mail
"symfony/mailer": "^7.4", // for mail
"symfony/routing": "^7.4"
"tijsverkoyen/css-to-inline-styles": "^2.2.5" // for mail 6 views

Replies