Skip to content

Commit

Permalink
add support for laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 24, 2018
1 parent 9d1752e commit 0f18df0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-fractal` will be documented in this file

## 5.4.1 - 2018-08-24

- add support for Laravel 5.7

## 5.4.0 - 2018-07-19

- make fractal macroable
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
],
"require": {
"php" : "^7.0",
"illuminate/contracts": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0",
"spatie/fractalistic": "^2.5"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"phpunit/phpunit" : "^6.2|^7.0"
},
"autoload": {
Expand All @@ -44,7 +43,7 @@
}
},
"scripts": {
"test": "phpunit"
"test": "vendor/bin/phpunit"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 0f18df0

Please sign in to comment.