We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb6aba commit 21704e4Copy full SHA for 21704e4
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-fractal` will be documented in this file
4
5
+## 5.6.0 - 2019-09-04
6
+
7
+- make compatible with Laravel 6
8
9
## 5.5.1 - 2019-03-13
10
11
- add `Spatie\Fractal\Facades\Fractal`
composer.json
@@ -22,13 +22,13 @@
22
],
23
"require": {
24
"php" : "^7.2",
25
- "illuminate/contracts": "~5.7.0|~5.8.0",
26
- "illuminate/support": "~5.7.0|~5.8.0",
+ "illuminate/contracts": "~5.7.0|~5.8.0|^6.0",
+ "illuminate/support": "~5.7.0|~5.8.0|^6.0",
27
"spatie/fractalistic": "^2.5"
28
},
29
"require-dev": {
30
"dms/phpunit-arraysubset-asserts": "^0.1.0",
31
- "orchestra/testbench": "~3.7.0|~3.8.0"
+ "orchestra/testbench": "~3.7.0|~3.8.0|^4.0"
32
33
"autoload": {
34
"psr-4": {
0 commit comments