Skip to content

Commit

Permalink
add laravel 5.6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix committed Mar 6, 2018
1 parent 14a6059 commit 6b03b24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

All Notable changes to `laravel-stat-search-analytics` will be documented in this file.

## 1.3.0
- Add compatibility with Laravel 5.6

## 1.2.0
- Removed Yahoo Integration
- Add compatibility with Laravel 5.5
- Add Laravel 5.5 Auto Discovery


## 1.1.2
- Updated PHPUnit
- Laravel Version 5.4 Test
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"authors": [
{
"name": "Felix Schulze",
"email": "githubissues@schulze.co",
"email": "github@schulze.co",
"homepage": "https://schulze.co",
"role": "Developer"
}
],
"require": {
"php" : "^7.0",
"illuminate/support": "~5.4.0|~5.5.0",
"php": ">=7.0.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0",
"guzzlehttp/guzzle": "^6.3",
"nesbot/carbon": "^1.22",
"nesbot/carbon": "^1.23",
"schulzefelix/laravel-data-transfer-object": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit" : "^6.1",
"mockery/mockery": "^0.9.5",
"orchestra/testbench" : "~3.4.6"
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.5.0|~3.6.0",
"phpunit/phpunit" : "^6.2|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6b03b24

Please sign in to comment.