Skip to content

Commit

Permalink
Fix problem with Carbon Time with decimals.
Browse files Browse the repository at this point in the history
  • Loading branch information
WimDeMeester committed Nov 21, 2024
1 parent 86ef446 commit ccfa747
Show file tree
Hide file tree
Showing 5 changed files with 1,698 additions and 1,687 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to `laravel-astronomy-library` will be documented in this file.

## Version 6.2.1

Fixed:

- AstronomyLibrary crashed when using decimal seconds (for example when running Carbon::now())
- Updated to newest version of the needed libraries

## Version 6.2

Changed:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"maatwebsite/excel": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^11.0",
"mockery/mockery": "^1.1",
"laravel/laravel": "^8.0|^9.0"
"laravel/laravel": "^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit ccfa747

Please sign in to comment.