Skip to content

Commit 21704e4

Browse files
committed
wip
1 parent 7fb6aba commit 21704e4

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

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.6.0 - 2019-09-04
6+
7+
- make compatible with Laravel 6
8+
59
## 5.5.1 - 2019-03-13
610

711
- add `Spatie\Fractal\Facades\Fractal`

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
],
2323
"require": {
2424
"php" : "^7.2",
25-
"illuminate/contracts": "~5.7.0|~5.8.0",
26-
"illuminate/support": "~5.7.0|~5.8.0",
25+
"illuminate/contracts": "~5.7.0|~5.8.0|^6.0",
26+
"illuminate/support": "~5.7.0|~5.8.0|^6.0",
2727
"spatie/fractalistic": "^2.5"
2828
},
2929
"require-dev": {
3030
"dms/phpunit-arraysubset-asserts": "^0.1.0",
31-
"orchestra/testbench": "~3.7.0|~3.8.0"
31+
"orchestra/testbench": "~3.7.0|~3.8.0|^4.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)