Skip to content

Commit 0f18df0

Browse files
committed
add support for laravel 5.7
1 parent 9d1752e commit 0f18df0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 5.4.1 - 2018-08-24
6+
7+
- add support for Laravel 5.7
8+
59
## 5.4.0 - 2018-07-19
610

711
- make fractal macroable

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@
2222
],
2323
"require": {
2424
"php" : "^7.0",
25-
"illuminate/contracts": "~5.5.0|~5.6.0",
26-
"illuminate/support": "~5.5.0|~5.6.0",
25+
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0",
2726
"spatie/fractalistic": "^2.5"
2827
},
2928
"require-dev": {
30-
"orchestra/testbench": "~3.5.0|~3.6.0",
29+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
3130
"phpunit/phpunit" : "^6.2|^7.0"
3231
},
3332
"autoload": {
@@ -44,7 +43,7 @@
4443
}
4544
},
4645
"scripts": {
47-
"test": "phpunit"
46+
"test": "vendor/bin/phpunit"
4847
},
4948
"config": {
5049
"sort-packages": true

0 commit comments

Comments
 (0)