File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-fractal ` will be documented in this file
4
4
5
+ ## 5.4.1 - 2018-08-24
6
+
7
+ - add support for Laravel 5.7
8
+
5
9
## 5.4.0 - 2018-07-19
6
10
7
11
- make fractal macroable
Original file line number Diff line number Diff line change 22
22
],
23
23
"require" : {
24
24
"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" ,
27
26
"spatie/fractalistic" : " ^2.5"
28
27
},
29
28
"require-dev" : {
30
- "orchestra/testbench" : " ~3.5.0|~3.6.0" ,
29
+ "orchestra/testbench" : " ~3.5.0|~3.6.0|~3.7.0 " ,
31
30
"phpunit/phpunit" : " ^6.2|^7.0"
32
31
},
33
32
"autoload" : {
44
43
}
45
44
},
46
45
"scripts" : {
47
- "test" : " phpunit"
46
+ "test" : " vendor/bin/ phpunit"
48
47
},
49
48
"config" : {
50
49
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments