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 957036e commit 510bbc9Copy full SHA for 510bbc9
composer.json
@@ -5,7 +5,7 @@
5
"type": "library",
6
"require": {
7
"php": ">=7.0.0",
8
- "laravel/framework": "~5.5"
+ "laravel/framework": "~5.5|~6.0"
9
},
10
"autoload": {
11
"psr-4": {
readme.md
@@ -10,7 +10,7 @@ This package exposes an endpoint where authenticated users can download their da
## Requirements
12
- PHP >= 7.0.0
13
-- Laravel >= 5.5
+- Laravel >= 5.5 or 6.0
14
15
## Installation
16
0 commit comments