DEV Community

marius-ciclistu
marius-ciclistu

Posted on • Originally published at marius-ciclistu.Medium on

Maravel-Framework 10.61.11 lost another ~10.2k rows of overhead, improving speed and security


Maravel-Framework-Dev

After version 10.55.0 extracted all development commands into a separate package (maravel-framework-dev) and by doing so, removed 10.8 k lines of code, version 10.61.11 removes another 10.2 k lines of test code and moves it in maravel-framework-dev version 1.1.9.

By doing this:

  • accidental or malicious run of that code in prod will be prevented (unless the composer install is run without ‘ — no-dev’)
  • the core lost about ~10.2 k rows of overhead, improving bootstrap speed
  • backward compatibility is preserved

Notes:

The templates need to be updated to:

to use the new version of the kernel.

Top comments (0)