# lesserphp (reloaded) Originally written by Leaf Corcoran, obviously abandoned circa 2014 https://github.com/leafo/lessphp Last version provided by Leaf was 0.5.0 ### No Version yet * 2024-01-27: Refactoring based on 0.6-dev branch and some cherry-picks from other repos ### v.0.6.0 * 2021-03-10: adds php8-support and drops php5.x-support, pushing min requirement to php7.2 (with work from @stefanvandekaa) ### v.0.5.5 * 2021-03-10: More PHP 7.4 support for 0.5-dev (@phy25 and @ArtemGoutsoul) ### v.0.5.4 * 2020-01-19: added 7.4 support to travis and removed antique php versions (@phy25) * 2020-01-19: fixed wrong array access in lib_luma * 2020-01-19: removed HHVM profile from travis. HHVM support is now broken anyway ### v.0.5.1 * 2016-09-30: renaming it to lesserphp for easier distinction * 2016-09-30: applying some pull requests of the origin repository * https://github.com/leafo/lessphp/pull/584 * https://github.com/leafo/lessphp/pull/607 * https://github.com/leafo/lessphp/pull/619 * 2016-09-29: applying some pull requests of the origin repository * https://github.com/leafo/lessphp/pull/590 * https://github.com/leafo/lessphp/pull/523 * https://github.com/leafo/lessphp/pull/540 * https://github.com/leafo/lessphp/pull/564 * https://github.com/leafo/lessphp/pull/566 * 2016-09-26: applying some pull requests of the origin repository * https://github.com/leafo/lessphp/pull/592 * https://github.com/leafo/lessphp/pull/601 * https://github.com/leafo/lessphp/pull/603 * https://github.com/leafo/lessphp/pull/604 * https://github.com/leafo/lessphp/pull/605 * https://github.com/leafo/lessphp/pull/610 * https://github.com/leafo/lessphp/pull/616 * 2016-09-26: making it compatible with php7.x * 2016-09-26: Forking master from https://github.com/leafo/lessphp