Skip to content

Commit eeeab93

Browse files
authored
Merge pull request #19 from WimDeMeester/master
Add siderial time calculations.
2 parents ae809c4 + 30f0b1b commit eeeab93

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
sudo: false
44

55
php:
6-
- 7.3
76
- 7.4
87

98
cache:

changelog.md

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

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

5+
## Version 2.0.1
6+
7+
- Bump minimum php version to 7.4.
8+
- Bump minimum laravel version to 7.0.
9+
510
## Version 2.0
611

712
### Changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"homepage": "https://github.com/DeepskyLog/laravel-astronomylibrary",
1313
"keywords": ["Laravel", "laravel-astronomylibrary"],
1414
"require": {
15-
"php": ">=7.1",
16-
"laravel/framework": "^5.6 || ^6.0 || ^7.0",
15+
"php": ">=7.4",
16+
"laravel/framework": "^7.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": "^5.6 || ^6.0 || ^7.0"
23+
"laravel/laravel": "^7.0"
2424
},
2525
"autoload": {
2626
"psr-0": {

0 commit comments

Comments
 (0)