Skip to content

Commit 93e9487

Browse files
committed
feat: removed PHP 8.0 support
1 parent 30e74bd commit 93e9487

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- 1.0.1 (2024-09-10)
66
- Upgrade Intervention Image to ^3.0
7+
- Removed PHP 8.0 support
78

89
- 1.0.0 (2023-10-31)
910
- Initial release

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"homepage": "https://github.com/iamriajul/thumbhash-laravel",
1717
"require": {
18-
"php": "^8.0",
19-
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
18+
"php": "^8.1",
19+
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
2020
"intervention/image": "^3.8",
2121
"srwiez/thumbhash": "^1.2"
2222
},

0 commit comments

Comments
 (0)