Maravel-Framework 10.55.0 lost ~10.8k rows of overhead, improving speed and security
Source: Dev.to

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 installis 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.