Skip to content

Commit

Permalink
Add support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mafftor authored Feb 21, 2023
1 parent 0bf039a commit 4233efe
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|^8|^9",
"illuminate/filesystem": "^5.5|^6|^7|^8|^9",
"illuminate/support": "^5.5|^6|^7|^8|^9",
"illuminate/http": "^5.5|^6|^7|^8|^9",
"illuminate/container": "^5.5|^6|^7|^8|^9",
"illuminate/config": "^5.5|^6|^7|^8|^9|^10",
"illuminate/filesystem": "^5.5|^6|^7|^8|^9|^10",
"illuminate/support": "^5.5|^6|^7|^8|^9|^10",
"illuminate/http": "^5.5|^6|^7|^8|^9|^10",
"illuminate/container": "^5.5|^6|^7|^8|^9|^10",
"tinify/tinify": "^1.5"
},
"require-dev": {
Expand Down

0 comments on commit 4233efe

Please sign in to comment.