Skip to content

Commit 9fbbdd5

Browse files
authored
feat: Laravel 12 support, initial try.
1 parent 1e50e18 commit 9fbbdd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Thumbhash is a compact representation of a placeholder for an image.
1717

1818
## Supported Laravel Version
1919

20-
9.0 ~ 11.x
20+
9.0 ~ 12.x
2121

2222
## Installation
2323

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"homepage": "https://github.com/iamriajul/thumbhash-laravel",
1717
"require": {
1818
"php": "^8.1",
19-
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
19+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
2020
"intervention/image": "^3.8",
2121
"srwiez/thumbhash": "^1.2"
2222
},

0 commit comments

Comments
 (0)