Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMiracle committed Jan 19, 2021
1 parent 02d509b commit 567cdc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "A trait to automatically handle file uploads for Laravel models.",
"require": {
"php": ">=7.2",
"illuminate/support": ">=5.8 <7",
"illuminate/filesystem": ">=5.8 <7",
"illuminate/http": ">=5.8 <7",
"illuminate/database": ">=5.8 <7"
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0",
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^3.5",
Expand Down

0 comments on commit 567cdc5

Please sign in to comment.