Skip to content

Commit

Permalink
feat: removed PHP 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
iamriajul committed Sep 10, 2024
1 parent 30e74bd commit 93e9487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- 1.0.1 (2024-09-10)
- Upgrade Intervention Image to ^3.0
- Removed PHP 8.0 support

- 1.0.0 (2023-10-31)
- Initial release
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"homepage": "https://github.com/iamriajul/thumbhash-laravel",
"require": {
"php": "^8.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"php": "^8.1",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"intervention/image": "^3.8",
"srwiez/thumbhash": "^1.2"
},
Expand Down

0 comments on commit 93e9487

Please sign in to comment.