1# lesserphp v0.6.0
2
3Originally written by Leaf Corcoran, obviously abandoned circa 2014
4https://github.com/leafo/lessphp
5
6Last version provided by Leaf was 0.5.0
7
8### v.0.6.0
9* 2021-03-10: adds php8-support and drops php5.x-support, pushing min requirement to php7.2
10
11### v.0.5.5
12* 2021-03-10: More PHP 7.4 support for 0.5-dev (@phy25 and @ArtemGoutsoul)
13
14### v.0.5.4
15* 2020-01-19: added 7.4 support to travis and removed antique php versions (@phy25)
16* 2020-01-19: fixed wrong array access in lib_luma
17* 2020-01-19: removed HHVM profile from travis. HHVM support is now broken anyway
18
19### v.0.5.1
20* 2016-09-30: renaming it to lesserphp for easier distinction
21* 2016-09-30: applying some pull requests of the origin repository
22  * https://github.com/leafo/lessphp/pull/584
23  * https://github.com/leafo/lessphp/pull/607
24  * https://github.com/leafo/lessphp/pull/619
25* 2016-09-29: applying some pull requests of the origin repository
26  * https://github.com/leafo/lessphp/pull/590
27  * https://github.com/leafo/lessphp/pull/523
28  * https://github.com/leafo/lessphp/pull/540
29  * https://github.com/leafo/lessphp/pull/564
30  * https://github.com/leafo/lessphp/pull/566
31* 2016-09-26: applying some pull requests of the origin repository
32  * https://github.com/leafo/lessphp/pull/592
33  * https://github.com/leafo/lessphp/pull/601
34  * https://github.com/leafo/lessphp/pull/603
35  * https://github.com/leafo/lessphp/pull/604
36  * https://github.com/leafo/lessphp/pull/605
37  * https://github.com/leafo/lessphp/pull/610
38  * https://github.com/leafo/lessphp/pull/616
39* 2016-09-26: making it compatible with php7.x
40* 2016-09-26: Forking master from https://github.com/leafo/lessphp
41