Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sten committed Feb 24, 2023
2 parents 1c65e08 + e2528e6 commit 2a6da82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [1.1.0] 24-02-2023
## Updated
- Upgraded spatie/image to v2
- Support Laravel 9 & 10

# [1.0.4] 12-09-2018
## Updated
- Image Controller was extended to resize files.
Expand Down
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
{
"name": "Michiel Abé",
"email": "[email protected]"
},
{
"name": "Sten Govaerts",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"php": ">=8.0",
"laravelcollective/html": "^5.0|^6.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
"spatie/image": "1.*"
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"spatie/image": "2.*"
},
"require-dev": {},
"autoload": {
Expand Down

0 comments on commit 2a6da82

Please sign in to comment.