Skip to content

Commit edf28c1

Browse files
authored
Merge pull request #84 from WimDeMeester/master
Add delta t for 2023.
2 parents 9065e91 + bdeb495 commit edf28c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2640
-2738
lines changed

changelog.md

Lines changed: 66 additions & 59 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
"homepage": "https://github.com/DeepskyLog/laravel-astronomylibrary",
1313
"keywords": ["Laravel", "laravel-astronomylibrary"],
1414
"require": {
15-
"php": ">=7.4",
16-
"laravel/framework": "^7.0|^8.0|^9.0",
15+
"php": ">=8.0",
16+
"laravel/framework": "^8.0|^9.0|^10.0",
1717
"maatwebsite/excel": "^3.1"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^9.1",
20+
"phpunit/phpunit": "^10.0",
2121
"mockery/mockery": "^1.1",
22-
"orchestra/testbench": "~5",
23-
"laravel/laravel": "^7.0|^8.0|^9.0"
22+
"laravel/laravel": "^8.0|^9.0"
2423
},
2524
"autoload": {
2625
"psr-0": {

0 commit comments

Comments
 (0)