Complete commits list: 2.3.0...2.4.0
Summary:
- Added lithuanian translations for: differences, period, months and day names
- Added czech translations for: months and day names
- Dropped support for PHP without JSON extension: removed JsonSerializable interface polyfill and require ext-json in composer
- Added PHPDoc comments and auto-completion hints
- Added translation methods to handle multiple forms of days and months names: getTranslatedDayName, getTranslatedMinDayName, getTranslatedShortDayName, getTranslatedMonthName, getTranslatedShortMonthName
- Allowed Laravel to run with Carbon without registering the Carbon service