Skip to content

Commit

Permalink
Update composer.json (#3)
Browse files Browse the repository at this point in the history
Support for Laravel 8.
  • Loading branch information
krokovicsmate authored Sep 14, 2020
1 parent 1f9d179 commit 571d3ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"ext-exif": "*",
"ext-fileinfo": "*",
"intervention/image": "2.*",
"illuminate/config": "^5.5|^6|^7",
"illuminate/filesystem": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7",
"illuminate/http": "^5.5|^6|^7",
"illuminate/container": "^5.5|^6|^7",
"illuminate/config": "^5.5|^6|^7|^8",
"illuminate/filesystem": "^5.5|^6|^7|^8",
"illuminate/support": "^5.5|^6|^7|^8",
"illuminate/http": "^5.5|^6|^7|^8",
"illuminate/container": "^5.5|^6|^7|^8",
"tinify/tinify": "^1.5"
},
"require-dev": {
Expand Down

0 comments on commit 571d3ab

Please sign in to comment.