Skip to content

Commit e9d3820

Browse files
committed
[chore] update to support laravel 7.0
- updates composer.json to use 7.0 dependencies - updates readme to reflect new branch and compatible laravel version
1 parent 4333891 commit e9d3820

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This project follows [Semantic Versioning](CONTRIBUTING.md).
44

55
---
6+
### v7.0.0 - 04/17/2020
7+
- Add Laravel 7.x Support
8+
- Update Change Log
9+
610
### v6.0.0 - 10/26/2019
711
- Add Laravel 6.x Support
812
- Update Change Log

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Manage your `Laravel Schedule` from a pretty dashboard. Schedule your `Laravel C
1818

1919
|<span align="left">Laravel</span> |<span align="left">Totem</span>|
2020
|:-------|----------:|
21+
|7.x | 7.x |
2122
|6.x | 6.x |
2223
|5.8 | 5.x |
2324
|5.7 | 4.x |
@@ -191,4 +192,4 @@ Bug reports, feature requests, and pull requests can be submitted by following o
191192

192193
This software is released under the [MIT](LICENSE) License.
193194

194-
© 2019 Roshan Gautam, All rights reserved.
195+
© 2020 Roshan Gautam, All rights reserved.

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"require": {
1919
"php": ">=7.2",
2020
"doctrine/dbal": "^2.9",
21-
"illuminate/bus": "^6.0",
22-
"illuminate/console": "^6.0",
23-
"illuminate/contracts": "^6.0",
24-
"illuminate/database": "^6.0",
25-
"illuminate/events": "^6.0",
26-
"illuminate/notifications": "^6.0",
21+
"illuminate/bus": "^7.0",
22+
"illuminate/console": "^7.0",
23+
"illuminate/contracts": "^7.0",
24+
"illuminate/database": "^7.0",
25+
"illuminate/events": "^7.0",
26+
"illuminate/notifications": "^7.0",
2727
"laravelcollective/html": "^6.0"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.0",
31-
"orchestra/database": "^4.0",
32-
"orchestra/testbench" : "^4.0",
33-
"phpunit/phpunit": "^8.3"
31+
"orchestra/database": "^5.0",
32+
"orchestra/testbench" : "^5.0",
33+
"phpunit/phpunit": "^9.0"
3434
},
3535
"suggest": {
3636
"nexmo/client": "Required for sms notifications."
@@ -44,7 +44,7 @@
4444
"extra": {
4545
"component": "package",
4646
"branch-alias": {
47-
"dev-6.0": "6.0.x-dev"
47+
"dev-7.0": "7.0.x-dev"
4848
},
4949
"laravel": {
5050
"providers": [

0 commit comments

Comments
 (0)