I am using Laravel 5.5 and it has Carbon version 1.27 which has no function like
roundHour()
roundMinute()
which are added in Carbon version 2.
I was trying to update the Carbon version through composer but no success
How can I use Carbon's New version in my Laravel 5.5