Skip to content

Commit 5aa3cd8

Browse files
authored
laravel 11 support
1 parent b253314 commit 5aa3cd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"homepage": "https://github.com/fire-birdtech/image-trait",
55
"require": {
66
"php": "^8.2",
7-
"illuminate/http": "^10.0",
8-
"illuminate/support": "^10.0"
7+
"illuminate/http": "^10.0|^11.0",
8+
"illuminate/support": "^10.0|^11.0"
99
},
1010
"require-dev": {
1111
"pestphp/pest": "^2.0",

0 commit comments

Comments
 (0)