Skip to content

Commit

Permalink
Merge pull request #84 from WimDeMeester/master
Browse files Browse the repository at this point in the history
Add delta t for 2023.
  • Loading branch information
WimDeMeester authored Feb 7, 2023
2 parents 9065e91 + bdeb495 commit edf28c1
Show file tree
Hide file tree
Showing 42 changed files with 2,640 additions and 2,738 deletions.
125 changes: 66 additions & 59 deletions changelog.md

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
"homepage": "https://github.com/DeepskyLog/laravel-astronomylibrary",
"keywords": ["Laravel", "laravel-astronomylibrary"],
"require": {
"php": ">=7.4",
"laravel/framework": "^7.0|^8.0|^9.0",
"php": ">=8.0",
"laravel/framework": "^8.0|^9.0|^10.0",
"maatwebsite/excel": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^9.1",
"phpunit/phpunit": "^10.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~5",
"laravel/laravel": "^7.0|^8.0|^9.0"
"laravel/laravel": "^8.0|^9.0"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit edf28c1

Please sign in to comment.