1# lesserphp (reloaded)
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### No Version yet
9* 2024-01-27: Refactoring based on 0.6-dev branch and some cherry-picks from other repos
10
11### v.0.6.0
12* 2021-03-10: adds php8-support and drops php5.x-support, pushing min requirement to php7.2
13              (with work from @stefanvandekaa)
14
15### v.0.5.5
16* 2021-03-10: More PHP 7.4 support for 0.5-dev (@phy25 and @ArtemGoutsoul)
17
18### v.0.5.4
19* 2020-01-19: added 7.4 support to travis and removed antique php versions (@phy25)
20* 2020-01-19: fixed wrong array access in lib_luma
21* 2020-01-19: removed HHVM profile from travis. HHVM support is now broken anyway
22
23### v.0.5.1
24* 2016-09-30: renaming it to lesserphp for easier distinction
25* 2016-09-30: applying some pull requests of the origin repository
26  * https://github.com/leafo/lessphp/pull/584
27  * https://github.com/leafo/lessphp/pull/607
28  * https://github.com/leafo/lessphp/pull/619
29* 2016-09-29: applying some pull requests of the origin repository
30  * https://github.com/leafo/lessphp/pull/590
31  * https://github.com/leafo/lessphp/pull/523
32  * https://github.com/leafo/lessphp/pull/540
33  * https://github.com/leafo/lessphp/pull/564
34  * https://github.com/leafo/lessphp/pull/566
35* 2016-09-26: applying some pull requests of the origin repository
36  * https://github.com/leafo/lessphp/pull/592
37  * https://github.com/leafo/lessphp/pull/601
38  * https://github.com/leafo/lessphp/pull/603
39  * https://github.com/leafo/lessphp/pull/604
40  * https://github.com/leafo/lessphp/pull/605
41  * https://github.com/leafo/lessphp/pull/610
42  * https://github.com/leafo/lessphp/pull/616
43* 2016-09-26: making it compatible with php7.x
44* 2016-09-26: Forking master from https://github.com/leafo/lessphp
45