File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ # 2.0.0 - 2022-04-23
8+
9+ ** Changed**
10+
11+ - Dropped older PHP and Laravel support
12+ - Bumped dependencies
13+
714## 1.1.0 - 2022-02-09
815
916** Changed**
Original file line number Diff line number Diff line change @@ -23,18 +23,15 @@ All these features are supported. This package scans your console kernel (`app/C
2323
2424# Requirements
2525
26- This package requires Laravel 5. 6 or higher.
26+ This package requires Laravel 6 or higher.
2727
2828Please check the table below for supported Laravel and PHP versions:
2929
3030| Laravel Version| PHP Version |
3131| ---| ---|
32- | 5.6 | 7.3
33- | 5.7 | 7.3
34- | 5.8 | 7.3 or 7.4
35- | 6.x | 7.3 or 7.4 or 8.0
36- | 7.x | 7.3 or 7.4 or 8.0
37- | 8.x | 7.3 or 7.4 or 8.0
32+ | 6.x | 7.4 or 8.0
33+ | 7.x | 7.4 or 8.0
34+ | 8.x | 7.4 or 8.0
3835| 9.x | 8.0 or 8.1
3936
4037# Installation
Original file line number Diff line number Diff line change 99 ],
1010 "require" : {
1111 "ext-json" : " *" ,
12- "google/cloud-scheduler" : " ^1.5 " ,
12+ "google/cloud-scheduler" : " ^1.6 " ,
1313 "phpseclib/phpseclib" : " ~2.0"
1414 },
1515 "require-dev" : {
16- "mockery/mockery" : " ^1.3 " ,
16+ "mockery/mockery" : " ^1.5 " ,
1717 "orchestra/testbench" : " ^4.0 || ^5.0 || ^6.0 || ^7.0"
1818 },
1919 "autoload" : {
You can’t perform that action at this time.
0 commit comments