Skip to content

Commit

Permalink
Added Laravel 6.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Aug 28, 2019
1 parent 501914a commit 97ddf2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 7.0.0 (released 2019-08-28)

- Added Laravel 6.0 support
- Dropped Laravel 5.8 support

## 6.0.0 (released 2019-04-03)

- Added hashids/hashids 4.0 support
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
],
"require": {
"php": "^7.2",
"graham-campbell/manager": "^4.2",
"graham-campbell/manager": "^4.3",
"hashids/hashids": "^4.0",
"illuminate/contracts": "5.8.*",
"illuminate/support": "5.8.*"
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0"
},
"require-dev": {
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.2",
"graham-campbell/analyzer": "^2.3",
"graham-campbell/testbench": "^5.3",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^8.0"
},
Expand All @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
"dev-master": "7.0-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 97ddf2d

Please sign in to comment.