briannesbitt / Carbon

A simple PHP API extension for DateTime.
https://carbon.nesbot.com/
MIT License
16.58k stars 1.28k forks source link

PHP Version < 7.4 broken #3034

Closed DisabledMonkey closed 5 months ago

DisabledMonkey commented 5 months ago

Hello,

Trying to update to the latest version of Carbon 2 results in error during install results in parse error. image

Carbon version: 2.72.4 PHP version: 7.2

The library says Carbon version 2 supports php versions >= 7.1.8 But this piece of code uses php arrow functions which were introduced in php 7.4

Was broken in this commit https://github.com/briannesbitt/Carbon/commit/117671bd1a44c819b941dcd152bd0268466464e0

kylekatarnls commented 5 months ago

Thank you for the report 🙏 2.72.5 patch released with the fix.

DisabledMonkey commented 5 months ago

thanks for the quick patch