Skip to content

Commit 97ddf2d

Browse files
committed
Added Laravel 6.0 support
1 parent 501914a commit 97ddf2d

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 7.0.0 (released 2019-08-28)
4+
5+
- Added Laravel 6.0 support
6+
- Dropped Laravel 5.8 support
7+
38
## 6.0.0 (released 2019-04-03)
49

510
- Added hashids/hashids 4.0 support

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
],
2424
"require": {
2525
"php": "^7.2",
26-
"graham-campbell/manager": "^4.2",
26+
"graham-campbell/manager": "^4.3",
2727
"hashids/hashids": "^4.0",
28-
"illuminate/contracts": "5.8.*",
29-
"illuminate/support": "5.8.*"
28+
"illuminate/contracts": "^6.0",
29+
"illuminate/support": "^6.0"
3030
},
3131
"require-dev": {
32-
"graham-campbell/analyzer": "^2.1",
33-
"graham-campbell/testbench": "^5.2",
32+
"graham-campbell/analyzer": "^2.3",
33+
"graham-campbell/testbench": "^5.3",
3434
"mockery/mockery": "^1.2",
3535
"phpunit/phpunit": "^8.0"
3636
},
@@ -39,7 +39,7 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "6.0-dev"
42+
"dev-master": "7.0-dev"
4343
},
4444
"laravel": {
4545
"providers": [

0 commit comments

Comments
 (0)