Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

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 85fb2f2 commit 2f3c563
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 5.0.0 (released 2019-08-28)

- Added Laravel 6.0 support
- Dropped Laravel 5.8 support

## 4.1.0 (released 2019-02-27)

- Added laravel 5.8 support
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
],
"require": {
"php": "^7.2",
"algolia/algoliasearch-client-php": "^2.2",
"graham-campbell/manager": "^4.2",
"illuminate/contracts": "5.8.*",
"illuminate/support": "5.8.*"
"algolia/algoliasearch-client-php": "^2.3",
"graham-campbell/manager": "^4.3",
"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": "^7.5 || ^8.0"
"phpunit/phpunit": "^8.3"
},
"config": {
"preferred-install": "dist"
},
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
"dev-master": "5.0-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 2f3c563

Please sign in to comment.