Maravel-Framework 10.55.0 lost ~10.8k rows of overhead, improving speed and security

Published: (December 10, 2025 at 01:49 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Maravel Framework update

Changes in version 10.55.0

  • All development commands have been extracted from the core into a separate package maravel-framework-dev.
    • Pull request:
    • Release notes:

Benefits

  • Safety: Accidental or malicious execution of development commands in production is prevented, unless composer install is run without --no-dev.
  • Performance: The core lost about ~10.8 k rows of overhead, improving bootstrap speed.
  • Backward compatibility: Existing applications continue to work by installing the new dev package.

How to use

composer require macropay-solutions/maravel-framework-dev --dev

The core framework (Maravel/Maravelith) remains unchanged; only the optional dev package needs to be added for development environments.

Back to Blog

Related posts

Read more »