File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ language: php
33sudo : false
44
55php :
6- - 7.3
76 - 7.4
87
98cache :
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments