We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e74bd commit 93e9487Copy full SHA for 93e9487
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- 1.0.1 (2024-09-10)
6
- Upgrade Intervention Image to ^3.0
7
+ - Removed PHP 8.0 support
8
9
- 1.0.0 (2023-10-31)
10
- Initial release
composer.json
@@ -15,8 +15,8 @@
15
],
16
"homepage": "https://github.com/iamriajul/thumbhash-laravel",
17
"require": {
18
- "php": "^8.0",
19
- "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
+ "php": "^8.1",
+ "illuminate/support": "^9.0 || ^10.0 || ^11.0",
20
"intervention/image": "^3.8",
21
"srwiez/thumbhash": "^1.2"
22
},
0 commit comments