Skip to content

Commit e9e612c

Browse files
committed
Update deltat
1 parent b3d8857 commit e9e612c

8 files changed

Lines changed: 1092 additions & 1029 deletions

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## Version 6.1
6+
7+
### Changed
8+
9+
- Added delta t value for 2022
10+
- Update to use laravel 9
11+
12+
513
## Version 6.0
614

715
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"keywords": ["Laravel", "laravel-astronomylibrary"],
1414
"require": {
1515
"php": ">=7.4",
16-
"laravel/framework": "^7.0|^8.0",
16+
"laravel/framework": "^7.0|^8.0|^9.0",
1717
"maatwebsite/excel": "^3.1"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.1",
2121
"mockery/mockery": "^1.1",
2222
"orchestra/testbench": "~5",
23-
"laravel/laravel": "^7.0"
23+
"laravel/laravel": "^7.0|^8.0|^9.0"
2424
},
2525
"autoload": {
2626
"psr-0": {

0 commit comments

Comments
 (0)