Skip to content

Commit 510bbc9

Browse files
committed
Resolves #28
1 parent 957036e commit 510bbc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "library",
66
"require": {
77
"php": ">=7.0.0",
8-
"laravel/framework": "~5.5"
8+
"laravel/framework": "~5.5|~6.0"
99
},
1010
"autoload": {
1111
"psr-4": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This package exposes an endpoint where authenticated users can download their da
1010
## Requirements
1111

1212
- PHP >= 7.0.0
13-
- Laravel >= 5.5
13+
- Laravel >= 5.5 or 6.0
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)